Click or drag to resize

QRDecompositionSolve Method

Solve the system A x = b.

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 b.

Return Value

Type: ColumnVector
The column vector x for which A x is closest to b.
See Also