| void syten::Cuda::conj_copy | ( | CudaConstSpan< std::complex< double > > | src, |
| CudaMutSpan< std::complex< double > > | dst | ||
| ) |
Copies all data from src to dst while complex-conjugating every value.
References conj_copy(), get_handle(), handle_error(), host_device(), syten::Cuda::CudaStream::sync_destroy(), and SYTEN_ASSERT.
Here is the call graph for this function: