Returns the inverse of this matrix. The inverse is calculated using LU decomposition.
Namespace: Altaxo.Calc.LinearAlgebra.FactorizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract Matrix<T> Inverse()
Return Value
MatrixTThe inverse of this matrix.
See Also