Back to FabImage Library Lite website
You are here: Start » Matrix » SubtractMatrices
SubtractMatrices
Subtract two matrices of identical dimensions
Syntax
void fil::SubtractMatrices ( const fil::Matrix& inMatrix1, const fil::Matrix& inMatrix2, fil::Matrix& outMatrix )
Parameters
Errors
| Error type | Description |
|---|---|
| DomainError | Matrix dimensions do not match in SubtractMatrices. |


