Loading...
Searching...
No Matches
ITHACAregularization.C File Reference

Source file of the ITHACAregularization class, it contains the implementation of several methods for regularization. More...

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.
 

Detailed Description

Source file of the ITHACAregularization class, it contains the implementation of several methods for regularization.

Definition in file ITHACAregularization.C.