Click or drag to resize

FloatQRDecompServerSetFreeColumn Method

Sets a given column to be a free.

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

Parameters

j  Int32
The jth column is set to be free.
Remarks
The jth column may be interchanged during the computation with any other free column.
See Also