Back to Aurora Vision Library Lite website
You are here: Start » Basic » Matrix » CombineMatrices
CombineMatrices
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Combines two matrices horizontally.
Syntax
void avl::CombineMatrices ( const avl::Matrix& inMatrix1, const avl::Matrix& inMatrix2, avl::Matrix& outMatrix )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Cannot combine matrices which do not have equal number of rows! |


