laddu-core 0.19.0

Core of the laddu library
Documentation
1
2
3
4
5
6
7
8
9
//! Parameter handles, assembled parameter storage, and parameter identifiers.

mod map;
mod parameter;

pub use map::*;
pub use parameter::*;

pub use crate::resources::{ParameterID, Parameters};