Click or drag to resize

DoubleQRDecompServerSetInitialColumn Method

Moves the given column to an initial position in the decomposition.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetInitialColumn(
	int j
)

Parameters

j  Int32
Initial column index (zero based).
Remarks
The jth column of A is moved to the beginning of AP before the computation, and fixed in place during the computation.
See Also