Click or drag to resize

CholeskyDecompositionSolve Method

Computes the solution vector that, when multiplied by the original matrix, produces the given left-hand side vector.

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

Parameters

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

Return Value

Type: ColumnVector
The left-hand-side (solution) vector.
See Also