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


