ROS-UVS  1.0.0
A Minimalistic ROS Library for Visual Constraint Minimization through Uncalibrated Visual Servoing
 All Classes Files Functions Variables
util.h File Reference
#include <Eigen/Core>
#include <Eigen/SVD>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename _Matrix_Type_ >
bool pseudoInverse (const _Matrix_Type_ &a, _Matrix_Type_ &result, double epsilon=std::numeric_limits< typename _Matrix_Type_::Scalar >::epsilon())
 Moore-Penrose pseudoinverse. More...
 

Function Documentation

template<typename _Matrix_Type_ >
bool pseudoInverse ( const _Matrix_Type_ &  a,
_Matrix_Type_ &  result,
double  epsilon = std::numeric_limits<typename _Matrix_Type_::Scalar>::epsilon() 
)

Moore-Penrose pseudoinverse.

Implementation taken from: http://eigen.tuxfamily.org/bz/show_bug.cgi?id=257

Here is the caller graph for this function: