void syten::Cuda::conj_copy | ( | CudaConstSpan< float > | src, |
CudaMutSpan< float > | dst | ||
) |
Copies all data from src
to dst
(no conjugation takes places as float
is real).
References copy().
Referenced by syten::CudaDenseTensorImpl::conj(), syten::conj(), conj_copy(), syten::CudaDenseTensorImpl::cuda_transpose_recursive(), syten::transpose(), and syten::transpose_r2().