pub trait HasBounds<R: RealScalar>: HasParams { // Required method fn bounds(&self) -> Vec<Range<R>>; }
A bounded, parameterized object.
The bounds for each variable of the function