MatrixTPseudoInverse Method |
Computes the Moore-Penrose Pseudo-Inverse of this matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic abstract Matrix<T> PseudoInverse()
Return Value
MatrixTThe Moore-Penrose pseudo-inverse of this matrix.
See Also