#include <Eigen/Core>
#include <Eigen/SVD>
Go to the source code of this file.
|
Eigen::MatrixXd | pseudoInverse (const Eigen::MatrixXd &a, double epsilon=std::numeric_limits< double >::epsilon()) |
|
Eigen::MatrixXd | weightedPseudoInverse (const Eigen::MatrixXd &a, const Eigen::VectorXd w) |
|
◆ pseudoInverse()
Eigen::MatrixXd pseudoInverse |
( |
const Eigen::MatrixXd & |
a, |
|
|
double |
epsilon = std::numeric_limits<double>::epsilon() |
|
) |
| |
◆ weightedPseudoInverse()
Eigen::MatrixXd weightedPseudoInverse |
( |
const Eigen::MatrixXd & |
a, |
|
|
const Eigen::VectorXd |
w |
|
) |
| |