iDynTree/EigenMathHelpers.h file

Namespaces

namespace iDynTree

Functions

template<typename MapType>
void pseudoInverse_helper2(const MapType& A, Eigen::JacobiSVD<Eigen::MatrixXd>& svdDecomposition, MapType& Apinv, double tolerance, unsigned int computationOptions = Eigen::ComputeThinU|Eigen::ComputeThinV)
template<typename MapType>
void pseudoInverse_helper1(const MapType& A, Eigen::JacobiSVD<Eigen::MatrixXd>& svdDecomposition, MapType& Apinv, double tolerance, unsigned int computationOptions = Eigen::ComputeThinU|Eigen::ComputeThinV)
template<typename MapType>
void pseudoInverse(const MapType A, MapType Apinv, double tolerance, unsigned int computationOptions = Eigen::ComputeThinU|Eigen::ComputeThinV)