Back to Aurora Vision Library Lite website
You are here: Start » 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 |
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 | |
|---|---|---|---|---|---|
![]() |
inMatrix | const Matrix& | |||
![]() |
inRow | int | 0 - ![]() |
||
![]() |
inColumn | int | 0 - ![]() |
||
![]() |
outValue | float& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Bad matrix subscript in GetMatrixElement. |



