Trait EquationTypes
pub trait EquationTypes {
type S: State + Debug;
type P: Predictions;
}Expand description
Associated state and prediction container types for an equation family.
Required Associated Types§
type P: Predictions
type P: Predictions
The predictions container type