Crate algos

Source

Re-exports§

pub use error::Error;
pub use error::Result;
pub use cs::*;
pub use math::*;
pub use ml::*;

Modules§

cs
error
Error types for the algos library. This module re-exports the unified error types from cs/error.rs for backward compatibility.
math
ml