Click or drag to resize

LUTInverse Method

Returns the inverse of this matrix. The inverse is calculated using LU decomposition.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract Matrix<T> Inverse()

Return Value

MatrixT
The inverse of this matrix.
See Also