SyTen
generic_transpose.h File Reference

Forward to generic dense tensor. More...

#include "generic.h"
#include "dense_transpose.h"
#include "cuda_transpose.h"
#include "identity_transpose.h"
#include "offset_transpose.h"
+ Include dependency graph for generic_transpose.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 syten
 Syten namespace.
 
 syten::GenericDenseTensorImpl
 Implementation for the generic dense tensor.
 

Functions

template<Rank rank, typename Scalar >
GenericDenseTensor< rank, Scalar > syten::GenericDenseTensorImpl::multi_transpose (GenericDenseTensor< rank, Scalar > const &in, ConstSpan< Index > perm, Conj do_conj=Conj::n())
 

Detailed Description

Forward to generic dense tensor.