Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Matrix » GetMatrixColumn

GetMatrixColumn


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: STD.h
Namespace: avl
Module: FoundationLite

Gets the values from a single column of a matrix.

Syntax

void avl::GetMatrixColumn
(
	const avl::Matrix& inMatrix,
	int inColumn,
	atl::Array<float>& outValues
)

Parameters

Name Type Range Default Description
Input value inMatrix const Matrix&
Input value inColumn int 0 -
Output value outValues Array<float>&

Errors

List of possible exceptions:

Error type Description
DomainError Bad column subscript in GetMatrixColumn.