Back to Aurora Vision Library Lite website
You are here: Start » Basic » Matrix » StackMatrices
StackMatrices
| Header: | STD.h |
|---|---|
| Namespace: | avl |
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. |


