#include <Eigen/Cholesky>#include "types.h"Go to the source code of this file.
Namespaces | |
| namespace | MR |
| namespace | MR::Math |
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) |