reductive 0.9.0

Optimized vector quantization for dense vectors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg(feature = "accelerate-test")]
extern crate accelerate_src;

pub mod error;

pub mod kmeans;

pub mod linalg;

#[doc(hidden)]
pub mod ndarray_rand;

pub mod pq;