libigl v2.5.0
Loading...
Searching...
No Matches
pinv.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "pinv.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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.