Type Definition matrix::c32 [] [src]

type c32 = Complex<f32>;

A complex number with 32-bit parts.

Trait Implementations

impl Element for c32
[src]

[src]

Check if the element is zero.

[src]

Return the zero element.