auto syten::CudaDenseTensorImpl::conj | ( | CudaDenseTensor< rank, Scalar > const & | in | ) |
Returns a complex-conjugated copy of the input CUDA dense tensor on the same device.
References syten::Cuda::conj_copy(), syten::CudaDenseTensorImpl::CudaDenseTensor< rank, Scalar >::get_data(), syten::CudaDenseTensorImpl::CudaDenseTensor< rank, Scalar >::get_device(), and syten::CudaDenseTensorImpl::CudaDenseTensor< rank, Scalar >::getDims().
Referenced by cuda_transpose_r2(), syten::T3N::dagger_rec(), syten::T3N::dot_rec(), syten::T3N::overlap_rec(), syten::prod(), and prodD().