#linear-algebra #basic #routines #product #euclidean #native #distance

dotzilla

Native Rust implementation of efficient basic linear algebra routines

1 unstable release

0.1.0 Aug 29, 2024

#1223 in Algorithms

38 downloads per month

Apache-2.0

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]

No runtime deps