Back to Adaptive Vision Library website

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

SetMatrixElement


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

Sets a single element of a matrix.

Syntax

void avl::SetMatrixElement
(
	avl::Matrix& ioMatrix,
	int inRow,
	int inColumn,
	float inValue
)

Parameters

Name Type Range Default Description
ioMatrix Matrix&
inRow int 0 -
inColumn int 0 -
inValue float

Errors

Error type Description
DomainError Bad matrix subscript in SetMatrixElement.