Type Definition matrix::c64

source ·
pub type c64 = Complex<f64>;
Expand description

A complex number with 64-bit parts.

Trait Implementations§

Return the zero element.
Check if the element is zero.