HasBounds

Trait HasBounds 

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

A bounded, parameterized object.

Required Methods§

Source

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

The bounds for each variable of the function

Implementors§