Click or drag to resize

MatrixTInverse Method

Computes the inverse of this matrix.

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

Return Value

MatrixT
The inverse of this matrix.
See Also