Click or drag to resize

MatrixGetColumn(Int32) Method

Gets a copy of a column as a vector.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public DVector GetColumn(
	int col
)

Parameters

col  Int32
Column number, counting from 0.

Return Value

DVector
A copy of the column.
See Also