Matrix<T>.Get Pseudo Inverse Method
Calculates the Moore-Penrose pseudo-inverse of this matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The matrix inverse of the DenseMatrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual Matrix<T> GetPseudoInverse()
Return Value
Matrix<T>The matrix inverse of the DenseMatrix<T>.