Expand description
Traits implemented by scalar, non-SIMD, types.
Traits§
- Trait alias forAddwith result of typeSelf.
- Trait alias forAddandAddAssignwith result of typeSelf.
- Trait alias forDivwith result of typeSelf.
- Trait alias forDivandDivAssignwith result of typeSelf.
- Trait alias forMulwith result of typeSelf.
- Trait alias forMulandMulAssignwith result of typeSelf.
- Trait alias forNegwith result of typeSelf.
- Trait alias forSubwith result of typeSelf.
- Trait alias forSubandSubAssignwith result of typeSelf.
- Trait shared by all complex fields and its subfields (like real numbers).
- Trait implemented by fields, i.e., complex numbers and floats.
- Trait shared by all reals.
- Nested sets and conversions between them (using an injective mapping). Useful to work with substructures. In generic code, it is preferable to useSupersetOfas trait bound whenever possible instead ofSubsetOf(because SupersetOf is automatically implemented wheneverSubsetOfis).
- Nested sets and conversions between them. Useful to work with substructures. It is preferable to implement theSubsetOftrait instead ofSupersetOfwhenever possible (becauseSupersetOfis automatically implemented wheneverSubsetOfis).