Module scalar

Module scalar 

Source
Expand description

Traits implemented by scalar, non-SIMD, types.

Traitsยง

ClosedAdd
Trait alias for Add with result of type Self.
ClosedAddAssign
Trait alias for Add and AddAssign with result of type Self.
ClosedDiv
Trait alias for Div with result of type Self.
ClosedDivAssign
Trait alias for Div and DivAssign with result of type Self.
ClosedMul
Trait alias for Mul with result of type Self.
ClosedMulAssign
Trait alias for Mul and MulAssign with result of type Self.
ClosedNeg
Trait alias for Neg with result of type Self.
ClosedSub
Trait alias for Sub with result of type Self.
ClosedSubAssign
Trait alias for Sub and SubAssign with result of type Self.
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).
SupersetOf
Nested sets and conversions between them.