Click or drag to resize

DoubleMatrixCol Method

Returns a column of this matrix as a vector. The returned vector and the matrix share the data.

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

Parameters

j  Int32
The column number.

Return Value

DoubleVector
The jth column as a vector. j must be between 0 and the number of columns - 1, inclusive.
See Also