MatrixGetColumn(Index) Method |
Gets a copy of a column as a vector, using Index.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic DVector GetColumn(
Index col
)
Parameters
- col Index
- Column number, counting from 0.
Return Value
DVectorA copy of the column.
See Also