|
RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
|
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. | |
Algorithms to calculate the pseudo-inverse of a matrix.
The pseudo-inverse matrix can be computed using QR-decomposition or SVD algorithms.