Click or drag to resize

MatrixTPseudoInverse Method

Computes the Moore-Penrose Pseudo-Inverse of this matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract Matrix<T> PseudoInverse()

Return Value

MatrixT
The Moore-Penrose pseudo-inverse of this matrix.
See Also