Permutation Matrix.Get Pseudo Inverse 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#
The matrix inverse of the matrix.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override Matrix<double> GetPseudoInverse()
Return Value
Matrix<Double>The matrix inverse of the matrix.