Trait Field
nalgebra
pub trait Field: SimdValue + NumAssign + ClosedNeg { }
Trait implemented by fields, i.e., complex numbers and floats.
impl Field for f32
impl Field for f64
impl<N> Field for Complex<N> where N: SimdValue + Clone + NumAssign + ClosedNeg,