Back to Aurora Vision Library Lite website
You are here: Start » Basic » Matrix » AddMatrices
AddMatrices
Header: | STD.h |
---|---|
Namespace: | avl |
Adds two matrices element by element.
Syntax
void avl::AddMatrices ( const avl::Matrix& inMatrix1, const avl::Matrix& inMatrix2, avl::Matrix& outMatrix )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Matrix dimensions do not match in AddMatrices. |