1 2 3 4 5 6
//! GPU-accelerated samplers pub mod armin; pub mod kernels; pub use armin::ArminSampler;