Functions | |
template<class MatrixType > | |
Eigen::Matrix< typename MatrixType::Scalar, Eigen::Dynamic, Eigen::Dynamic > | MR::Math::pinv (const MatrixType &M) |
return Moore-Penrose pseudo-inverse of M More... | |
template<class MatrixType > | |
size_t | MR::Math::rank (const MatrixType &M) |
|
inline |
return Moore-Penrose pseudo-inverse of M
Definition at line 39 of file least_squares.h.
|
inline |
Definition at line 48 of file least_squares.h.