Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
transpose.h File Reference

Matrix transpose. More...

Go to the source code of this file.

Functions

template<typename MatrixType1 , typename MatrixType2 >
void cusp::transpose (const MatrixType1 &A, MatrixType2 &At)
 Transpose a matrix. More...
 

Detailed Description

Matrix transpose.

Definition in file transpose.h.