PermutationMatrix.GetPseudoInverse Method

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

Definition

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

Return Value

Matrix<Double>
The matrix inverse of the matrix.

See Also