Back to Aurora Vision Library website

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

SetMatrixElement


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

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
Input will be modified ioMatrix Matrix&
Input value inRow int 0 -
Input value inColumn int 0 -
Input value inValue float

Errors

List of possible exceptions:

Error type Description
DomainError Bad matrix subscript in SetMatrixElement.