PermutationMatrix.GetPseudoInverse Method

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

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override Matrix<double> GetPseudoInverse()

Return Value

Matrix<Double>
The matrix inverse of the matrix.

See Also