Class of problem of blurred sine function.
More...
#include <num_prob_collect/regularization/blur_sine.h>
|
using | coeff_type = Eigen::MatrixXd |
| Type of coefficient matrices.
|
|
using | data_type = Eigen::VectorXd |
| Type of data vector.
|
|
|
Eigen::MatrixXd | coeff_ |
| Coefficient matrix.
|
|
Eigen::VectorXd | data_ |
| Data.
|
|
Eigen::VectorXd | solution_ |
| Solution.
|
|
Class of problem of blurred sine function.
Definition at line 33 of file blur_sine.h.
◆ coeff_type
Type of coefficient matrices.
Definition at line 36 of file blur_sine.h.
◆ data_type
◆ blur_sine()
Constructor.
- Parameters
-
[in] | data_size | Size of data. |
[in] | solution_size | Size of solution. |
Definition at line 47 of file blur_sine.h.
◆ coeff()
auto num_prob_collect::regularization::blur_sine::coeff |
( |
| ) |
const -> const Eigen::MatrixXd& |
|
inlinenodiscard |
Get the coefficient matrix.
- Returns
- Coefficient matrix.
Definition at line 78 of file blur_sine.h.
◆ data()
auto num_prob_collect::regularization::blur_sine::data |
( |
| ) |
const -> const Eigen::VectorXd& |
|
inlinenodiscard |
Get the data.
- Returns
- Data.
Definition at line 96 of file blur_sine.h.
◆ solution()
auto num_prob_collect::regularization::blur_sine::solution |
( |
| ) |
const -> const Eigen::VectorXd& |
|
inlinenodiscard |
Get the solution.
- Returns
- Solution.
Definition at line 87 of file blur_sine.h.
◆ coeff_
Eigen::MatrixXd num_prob_collect::regularization::blur_sine::coeff_ |
|
private |
◆ data_
Eigen::VectorXd num_prob_collect::regularization::blur_sine::data_ |
|
private |
◆ solution_
Eigen::VectorXd num_prob_collect::regularization::blur_sine::solution_ |
|
private |
The documentation for this class was generated from the following file:
- problems/include/num_prob_collect/regularization/blur_sine.h