MatrixPseudoInverse Method |
Computes the Moore-Penrose Pseudo-Inverse of this matrix.
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override Matrix<float> PseudoInverse()
Return Value
MatrixSingleThe Moore-Penrose pseudo-inverse of this matrix.
See Also