pub trait HasPeriods<R: RealScalar>: HasParams { // Required method fn periods(&self) -> Vec<Range<R>>; }
A periodic, parameterized object
The core period for each variable of the function