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