transpose [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:algorithms Component type:function
Prototype
template <class Matrix>
void transpose(Matrix& A) ;
Description
Currently this algorithm only applies to square dense matrices Plan to include all rectangular dense matrices..
Definition
mtl.h
Preconditions
Complexity
Example
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.