Back to FabImage Library Lite website
You are here: Start » Basic » Matrix » MultiplyMatrices

MultiplyMatrices
Header: | STD.h |
---|---|
Namespace: | fil |
Multiplies two matrices element by element.
Syntax
void fil::MultiplyMatrices ( const fil::Matrix& inMatrix1, const fil::Matrix& inMatrix2, fil::Matrix& outMatrix )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Matrix dimensions incompatible in MultiplyMatrices. |