pub fn cplx<T: HasAfEnum>(input: &Array<T>) -> Array<T::ComplexOutType>where
T::ComplexOutType: HasAfEnum,Expand description
Create a complex Array from real Array
This is an element wise unary operation.
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.