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


