1 2 3 4 5 6 7 8 9 10
#![feature(generic_associated_types)] #![feature(type_alias_impl_trait)] extern crate nalgebra as na; extern crate ndarray as nd; extern crate nshare as ns; pub mod distribution; pub mod domain; pub mod sampler;