Back to Adaptive Vision Library website

You are here: Start » Function Reference » Matrix » GetMatrixRow

GetMatrixRow


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

Gets the values from a single row of a matrix.

Syntax

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

Parameters

Name Type Range Default Description
inMatrix const Matrix&
inRow int 0 -
outValues Array<float>&

Errors

Error type Description
DomainError Bad row subscript in GetMatrixRow.