Back to FabImage Library website
You are here: Start » Function Reference » Basic » Matrix » TransposeMatrix
| Header: | STD.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Swaps rows with columns in a matrix.
Syntax
void fil::TransposeMatrix ( const fil::Matrix& inMatrix, fil::Matrix& outTranspose )


