Click or drag to resize

SparseMatrixSolveLower Method

Forward substitution routine for solving Lx = b, where L is 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 Vector SolveLower(
	Vector b
)

Parameters

b  Vector
The right-hand side vector.

Return Value

Vector
The solution vector of the lower triangular system.
See Also