[][src]Function arrayfire::conjg

pub fn conjg<T: HasAfEnum>(input: &Array<T>) -> Array<T::ComplexOutType> where
    T::ComplexOutType: HasAfEnum

Compute the complex conjugate

This is an element wise unary operation.