Type Definition numpy::Complex64

source · []
pub type Complex64 = Complex<f64>;

Trait Implementations

Complex type with f64 components which maps to numpy.cdouble (numpy.complex128).

Flag that indicates whether this type is trivially copyable. Read more
Returns the associated type descriptor (“dtype”) for the given element type.