<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Out of place transpose. More...
#include "tlapack/base/utils.hpp"
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. | |
Out of place transpose.