Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Matrix » SetMatrixColumn

SetMatrixColumn


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

Sets elements of a matrix column.

Syntax

void avl::SetMatrixColumn
(
	avl::Matrix& ioMatrix,
	int inColumn,
	const atl::Array<float>& inValues
)

Parameters

Name Type Range Default Description
Input will be modified ioMatrix Matrix&
Input value inColumn int 0 -
Input value inValues const Array<float>&

Errors

List of possible exceptions:

Error type Description
DomainError Bad matrix subscript in SetMatrixColumn.
DomainError Wrong number of elements in SetMatrixColumn.