Trait faer_core::RealField

source ·
pub trait RealField: ComplexField<Real = Self> + PartialOrd { }
Expand description

Trait that describes a real number field.

Implementations on Foreign Types

Implementors