copy_conj

Function copy_conj 

Source
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]).