Source file of the ITHACAregularization class, it contains the implementation of several methods for regularization. More...
#include "ITHACAregularization.H"
Go to the source code of this file.
Namespaces | |
namespace | ITHACAregularization |
Namespace for regularization of ill-conditione linear system. | |
Functions | |
Eigen::VectorXd | ITHACAregularization::TSVD (Eigen::MatrixXd A, Eigen::MatrixXd b, int filter) |
Truncated Singular Value regularization. | |
Eigen::VectorXd | ITHACAregularization::TSVD (Eigen::MatrixXd A, Eigen::MatrixXd b, double noiseVariance, word parameterMethod) |
Truncated Singular Value regularization. | |
Eigen::VectorXd | ITHACAregularization::Tikhonov (Eigen::MatrixXd A, Eigen::MatrixXd b, double regularizationParameter) |
Truncated Singular Value regularization. | |
Source file of the ITHACAregularization class, it contains the implementation of several methods for regularization.
Definition in file ITHACAregularization.C.