PInv
Compute the pseudo-inverse of a matrix by the Moore-Penrose method.
matrix matrix::PInv() |
Return Value
The pseudo-inverse of matrix.
Example
int TestPseudoInverse(const int size_m, const int size_k) |
Compute the pseudo-inverse of a matrix by the Moore-Penrose method.
matrix matrix::PInv() |
Return Value
The pseudo-inverse of matrix.
Example
int TestPseudoInverse(const int size_m, const int size_k) |