pub fn conjg<T: HasAfEnum>(input: &Array<T>) -> Array<T::ComplexOutType>where
T::ComplexOutType: HasAfEnum,Expand description
Compute the complex conjugate
This is an element wise unary operation.
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.