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

CombineMatrices
Header: | STD.h |
---|---|
Namespace: | fil |
Combines two matrices horizontally.
Syntax
void fil::CombineMatrices ( const fil::Matrix& inMatrix1, const fil::Matrix& inMatrix2, fil::Matrix& outMatrix )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Cannot combine matrices which do not have equal number of rows! |