Conjugation of a CudaDenseTensor. More...
#include "inc/dense/cuda.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
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... | |
Conjugation of a CudaDenseTensor.