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.3179.0 (4.8.3179.0)
Syntax
C#
public Vector SolveLower(
	Vector b
)

Parameters

b  Vector

[Missing <param name="b"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.SparseMatrix.SolveLower(Altaxo.Calc.Ode.Obsolete.Vector)"]

Return Value

Vector

[Missing <returns> documentation for "M:Altaxo.Calc.Ode.Obsolete.SparseMatrix.SolveLower(Altaxo.Calc.Ode.Obsolete.Vector)"]

See Also