Type Definition matrix::c64 [] [src]

type c64 = Complex<f64>;

A complex number with 64-bit parts.

Trait Implementations

impl Element for c64
[src]

[src]

Check if the element is zero.

[src]

Return the zero element.