#include <opspace/pseudo_inverse.hpp>
#include <Eigen/LU>
#include <Eigen/SVD>
Go to the source code of this file.
Namespaces | |
namespace | opspace |
Functions | |
void | opspace::pseudoInverse (Matrix const &matrix, double sigmaThreshold, Matrix &invMatrix, Vector *opt_sigmaOut=0) |
This pseudo-inverse is based on SVD, followed by threshlding on the singular values. |