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