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


