Sets a given column to be a free.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public void SetFreeColumn(
	int j
)
Visual Basic (Declaration)
Public Sub SetFreeColumn ( _
	j As Integer _
)
Visual C++
public:
void SetFreeColumn(
	int j
)

Parameters

j
Type: System..::.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