Module traits

Module traits 

Source

Traitsยง

FloatOps
A trait for floating-point numeric operations.
FloatOpsTS
A thread-safe version of FloatOps.
NumericNormalize
A trait for numeric types suitable for normalization operations.
NumericOps
A trait defining fundamental numeric operations and constraints.
NumericOpsTS
A thread-safe version of NumericOps.
Scalar
A trait for scalar values used in mathematical computations.
UIndex
A trait for unsigned integer types suitable for indexing operations.
ZeroVec
A trait for vectors that can be resized and filled with default values.