Expand description

A prelude module for algorithm implementation.

This module includes all items of this crate, some hidden types, and external items from “ndarray” and “rayon” (if rayon feature enabled).

Re-exports

pub use super::*;
pub use crate::*;
pub use crate::ndarray::*;
pub use crate::rayon::prelude::*;