Click or drag to resize

MatrixInverseLower Method

Matrix inverse for a lower triangular matrix

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Matrix InverseLower()

Return Value

Matrix
The inverse of the lower triangular matrix.
See Also