KDL 1.5.1
Namespaces | Functions
svd_eigen_Macie.hpp File Reference

provides Maciejewski's implementation for SVD. More...

#include <Eigen/Core>
Include dependency graph for svd_eigen_Macie.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  KDL
 

Functions

int KDL::svd_eigen_Macie (const Eigen::MatrixXd &A, Eigen::MatrixXd &U, Eigen::VectorXd &S, Eigen::MatrixXd &V, Eigen::MatrixXd &B, Eigen::VectorXd &tempi, double threshold, bool toggle)
 svd_eigen_Macie provides Maciejewski implementation for SVD. More...
 

Detailed Description

provides Maciejewski's implementation for SVD.