#include "igl_inline.h"
#include <Eigen/Core>
#include "pinv.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedA , typename DerivedX >  | 
| void  | igl::pinv (const Eigen::MatrixBase< DerivedA > &A, typename DerivedA::Scalar tol, Eigen::PlainObjectBase< DerivedX > &X) | 
|   | Compute the Moore-Penrose pseudoinverse.  
  | 
|   | 
| template<typename DerivedA , typename DerivedX >  | 
| void  | igl::pinv (const Eigen::MatrixBase< DerivedA > &A, Eigen::PlainObjectBase< DerivedX > &X) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |