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