Back to Aurora Vision Library website

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

GetMatrixElement


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 value of a single element of a matrix.

Syntax

void avl::GetMatrixElement
(
	const avl::Matrix& inMatrix,
	int inRow,
	int inColumn,
	float& outValue
)

Parameters

Name Type Range Default Description
Input value inMatrix const Matrix&
Input value inRow int 0 -
Input value inColumn int 0 -
Output value outValue float&

Errors

List of possible exceptions:

Error type Description
DomainError Bad matrix subscript in GetMatrixElement.