|
RcdMathLib_doc
Open Source Library for Linear and Non-linear Algebra
|
Compute the pseudo-inverse of a matrix. More...
Go to the source code of this file.
Enumerations | |
| enum | ALGORITHM { Moore_Penrose, Householder, Givens, Gauss } |
| Possible algorithms to compute the pseudo-inverse matrix. More... | |
Compute the pseudo-inverse of a matrix.
The pseudo-inverse matrix can be computed using the Singular Value Decomposition (SVD), Householder, or Givens algorithms.
Definition in file pseudo_inverse.h.
| enum ALGORITHM |
Possible algorithms to compute the pseudo-inverse matrix.
| Enumerator | |
|---|---|
| Moore_Penrose | Moore–Penrose algorithm. |
| Householder | Householder algorithm. |
| Givens | Givens algorithm. |
| Gauss | Gaussian elimination with pivoting algorithm. |
Definition at line 30 of file pseudo_inverse.h.