Click or drag to resize

SquareQRDecompositionSolve Method

Solve the system of equations Ax=b, where A is the original matrix.

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

Return Value

Type: ColumnVector
The solution vector x.
See Also