[][src]Function arrayfire::cplx

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

Create a complex Array from real Array

This is an element wise unary operation.