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

ConcatenateMatrices
Combine two matrices horizontally
Syntax
void fil::ConcatenateMatrices ( const fil::Matrix& inMatrix1, const fil::Matrix& inMatrix2, fil::Matrix& outMatrix )
Parameters
Errors
Error type | Description |
---|---|
DomainError | Matrix row counts do not match in ConcatenateMatrices. |