Matrix<T>.GetPseudoInverse Method

Calculates the Moore-Penrose pseudo-inverse of this matrix.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual Matrix<T> GetPseudoInverse()

Return Value

Matrix<T>
The matrix inverse of the DenseMatrix<T>.

See Also