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


