<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
transpose.hpp File Reference

Out of place transpose. More...

Include dependency graph for transpose.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tlapack::TransposeOpts
 

Functions

template<TLAPACK_SMATRIX matrixA_t, TLAPACK_SMATRIX matrixB_t>
void tlapack::conjtranspose (matrixA_t &A, matrixB_t &B, const TransposeOpts &opts={})
 conjugate transpose a matrix A into a matrix B.
 
template<TLAPACK_SMATRIX matrixA_t, TLAPACK_SMATRIX matrixB_t>
void tlapack::transpose (matrixA_t &A, matrixB_t &B, const TransposeOpts &opts={})
 transpose a matrix A into a matrix B.
 

Detailed Description

Out of place transpose.

Author
Thijs Steel, KU Leuven, Belgium