pub type LoopSumsMat<T> = HashMap<(T, T), LoopSums>;
pub struct LoopSumsMat<T> { /* private fields */ }