pub fn copy_conj<T: Copy + ElementOpApply + MaybeSendSync>(
dest: &mut StridedViewMut<'_, T>,
src: &StridedView<'_, T>,
) -> Result<()>Expand description
Copy with complex conjugation: dest[i] = conj(src[i]).
pub fn copy_conj<T: Copy + ElementOpApply + MaybeSendSync>(
dest: &mut StridedViewMut<'_, T>,
src: &StridedView<'_, T>,
) -> Result<()>Copy with complex conjugation: dest[i] = conj(src[i]).