Click or drag to resize

MatrixGetColumn(Index) Method

Gets a copy of a column as a vector, using Index.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public DVector GetColumn(
	Index col
)

Parameters

col  Index
Column number, counting from 0.

Return Value

DVector
A copy of the column.
See Also