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


