19 unstable releases (3 breaking)

new 0.3.9 Jul 7, 2025
0.3.8 Jul 4, 2025
0.3.7 Jun 25, 2025
0.3.5 May 22, 2025
0.0.1 Feb 8, 2025

#1659 in Machine learning

Download history 21/week @ 2025-03-17 489/week @ 2025-03-24 317/week @ 2025-03-31 65/week @ 2025-04-07 147/week @ 2025-04-14 28/week @ 2025-04-21 16/week @ 2025-04-28 128/week @ 2025-05-05 187/week @ 2025-05-12 519/week @ 2025-05-19 44/week @ 2025-05-26 142/week @ 2025-06-02 33/week @ 2025-06-09 5/week @ 2025-06-16 156/week @ 2025-06-23 140/week @ 2025-06-30

346 downloads per month
Used in 6 crates (4 directly)

Apache-2.0

9KB
241 lines

RSTSR dtype Traits

This trait tries to resolve some function clashes in crate num. For example:

  • abs function may have different behaviors for Signed and ComplexFloat,
  • max and min function is defined by f64, trait Ord (where max or min is defined in standard library) is not implemented for f64.

For those functions, it is more proper to define traits for each function specifically.

We only implements several types in standard library, or complex values. More types (from other crates) will be added in future or by issue request.

Dependencies

~375–610KB
~12K SLoC