dotzilla

Crates.iodotzilla
lib.rsdotzilla
version0.1.0
sourcesrc
created_at2024-08-29 15:19:21.590283
updated_at2024-08-29 15:19:21.590283
descriptionNative Rust implementation of efficient basic linear algebra routines
homepage
repositoryhttps://github.com/antonio-leitao/dotzilla
max_upload_size
id1356331
size15,672
António Leitão (antonio-leitao)

documentation

README

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]
Commit count: 0

cargo fmt