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