SyTen
cuda_conj.h File Reference

Conjugation of a CudaDenseTensor. More...

#include "inc/dense/cuda.h"
+ Include dependency graph for cuda_conj.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 syten
 Syten namespace.
 
 syten::CudaDenseTensorImpl
 Implementation namespace for CUDA dense tensors.
 

Functions

template<Rank rank, typename Scalar >
auto syten::CudaDenseTensorImpl::conj (CudaDenseTensor< rank, Scalar > const &in)
 Returns a complex-conjugated copy of the input CUDA dense tensor on the same device. More...
 

Detailed Description

Conjugation of a CudaDenseTensor.