1 unstable release
0.1.0 | Aug 29, 2024 |
---|
#1223 in Algorithms
38 downloads per month
14KB
306 lines
Dotzilla
Native Rust implementation of basic algebra routines.
Roadmap:
-
dot32
inner product implementation for&[f32]
. -
dot64
inner product implementation for&[f64]
. -
l2sq32
square euclidean distance for&[f32]
-
l2sq64
square euclidean distance for&[f64]