Back to Adaptive Vision Library website
You are here: Start » Function Reference » Matrix » TransposeMatrix
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Find the transpose of a matrix.
Syntax
void avl::TransposeMatrix ( const avl::Matrix& inMatrix, avl::Matrix& outTranspose )


