HasPeriods

Trait HasPeriods 

Source
pub trait HasPeriods<R: RealScalar>: HasParams {
    // Required method
    fn periods(&self) -> Vec<Range<R>>;
}
Expand description

A periodic, parameterized object

Required Methods§

Source

fn periods(&self) -> Vec<Range<R>>

The core period for each variable of the function

Implementors§