10 #ifndef __SOT_MATRIX_SVD_H__    11 #define __SOT_MATRIX_SVD_H__    23 typedef Eigen::JacobiSVD<Matrix> 
SVD_t;
    26                    const double threshold = 1e-6);
    29                    const double threshold = 1e-6);
    33                    const double threshold = 1e-6);
    36                    const double threshold = 1e-6);
 
Eigen::JacobiSVD< Matrix > SVD_t
void pseudoInverse(Matrix &_inputMatrix, Matrix &_inverseMatrix, const double threshold=1e-6)
void dampedInverse(const SVD_t &svd, Matrix &_inverseMatrix, const double threshold=1e-6)