RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
PSEUDO_INVERSE

Algorithms to calculate the pseudo-inverse of a matrix. More...

Files

file  moore_penrose_pseudo_inverse.h
 Moore–Penrose algorithm to compute the pseudo-inverse of a matrix.
 
file  pseudo_inverse.h
 Compute the pseudo-inverse of a matrix.
 
file  qr_pseudo_inverse.h
 QR decomposition algorithms to compute the pseudo-inverse of a matrix.
 

Detailed Description

Algorithms to calculate the pseudo-inverse of a matrix.

The pseudo-inverse matrix can be computed using QR-decomposition or SVD algorithms.

Author
Zakaria Kasmi