Click or drag to resize

TridiagonalLUDecompositionSolve Method

Solves a tri-diagonal system of linear equations.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public ColumnVector Solve(
	IList<double> rhs
)

Parameters

rhs
Type: System.Collections.GenericIListDouble
The right-hand side vector b.

Return Value

Type: ColumnVector
A vector x which satisfies Ax = b.
See Also