Matrix<T>.GetPseudoInverse 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#
public virtual Matrix<T> GetPseudoInverse()

Return Value

Matrix<T>
The matrix inverse of the DenseMatrix<T>.

See Also