pub type ArrayMap = HashMap<String, ArrayD<f64>>;
Map of variable names to their N-dimensional array values
pub struct ArrayMap { /* private fields */ }