#include <eigen3/Eigen/Dense>
#include "SVD.h"
#include "Types.h"
Go to the source code of this file.
|
| namespace | rml |
| | Types and algorithms for robotic mobile manipulation.
|
| |
|
| void | rml::RegPinv (const double *J, int m, int n, double *JPInv, double treshold, double lambda, double *prod, int *flag) |
| |
| template<class MatT > |
| Eigen::Matrix< typename MatT::Scalar, MatT::ColsAtCompileTime, MatT::RowsAtCompileTime > | rml::RegularizedPseudoInverse (const MatT &mat, RegularizationData ®Data) |
| | Computes the SVD-based regularized matrix pseudoinversion (A = U*S*V')
|
| |
- Date
- Feb 15, 2018
- Author
- Francesco Wanderlingh