Type Definition numpy::Complex32

source · []
pub type Complex32 = Complex<f32>;

Trait Implementations

Complex type with f32 components which maps to numpy.csingle (numpy.complex64).

Flag that indicates whether this type is trivially copyable. Read more

Returns the associated type descriptor (“dtype”) for the given element type.