Module na::scalar [−][src]
Traits implemented by scalar, non-SIMD, types.
Traits
ClosedAdd | Trait alias for |
ClosedDiv | Trait alias for |
ClosedMul | Trait alias for |
ClosedNeg | Trait alias for |
ClosedSub | Trait alias for |
ComplexField | Trait shared by all complex fields and its subfields (like real numbers). |
Field | Trait implemented by fields, i.e., complex numbers and floats. |
RealField | Trait shared by all reals. |
SubsetOf | Nested sets and conversions between them (using an injective mapping). Useful to work with
substructures. In generic code, it is preferable to use |
SupersetOf | Nested sets and conversions between them. Useful to work with substructures. It is preferable
to implement the |