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

dotzilla

Native Rust implementation of efficient basic linear algebra routines

1 unstable release

0.1.0 Aug 29, 2024

#1399 in Algorithms

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