| FloatComplexQRDecompServerSetFreeColumn Method |
Sets the given column to be a free.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public void SetFreeColumn(
int j
)
Public Sub SetFreeColumn (
j As Integer
)
public:
void SetFreeColumn(
int j
)
member SetFreeColumn :
j : int -> unit
Parameters
- j Int32
- The jth column is set to be free.
Remarks The jth may be interchanged during
the computation with any other free column.
See Also