pub type PartialMap = HashMap<(String, String), ArrayD<f64>>;
Map of (output variable, input variable) pairs to their partial derivative arrays
pub struct PartialMap { /* private fields */ }