Developer documentation
Version 3.0.3-105-gd3941f44
least_squares.h File Reference
#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)