Back to Adaptive Vision Library website
You are here: Start » Function Reference » Matrix » SetMatrixRow
SetMatrixRow
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Sets elements of a matrix row.
Syntax
void avl::SetMatrixRow ( avl::Matrix& ioMatrix, int inRow, const atl::Array<atl::real>& inValues )
Parameters
Errors
| Error type | Description |
|---|---|
| DomainError | Wrong number of elements in SetMatrixRow. |
| DomainError | Bad row subscript in SetMatrixRow. |


