pub trait EntropicEEH<E, Hist, Energy>: EntropicEnergy<Energy> + EntropicEnsemble<E> + EntropicHist<Hist> { }
Expand description

Helper trait, so that you have to type less

Implementors