Back to FabImage Library website
You are here: Start » Function Reference » Matrix » AddMatrices
| Header: | STD.h |
|---|---|
| Namespace: | fil |
Add two matrices of identical dimensions
Syntax
void fil::AddMatrices ( const fil::Matrix& inMatrix1, const fil::Matrix& inMatrix2, fil::Matrix& outMatrix )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Matrix dimensions do not match in AddMatrices. |


