Crates.io | dotzilla |
lib.rs | dotzilla |
version | 0.1.0 |
source | src |
created_at | 2024-08-29 15:19:21.590283 |
updated_at | 2024-08-29 15:19:21.590283 |
description | Native Rust implementation of efficient basic linear algebra routines |
homepage | |
repository | https://github.com/antonio-leitao/dotzilla |
max_upload_size | |
id | 1356331 |
size | 15,672 |
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]