Skip to main content

StepSize

Type Alias StepSize 

Source
pub type StepSize<D, X> = Quantity<<<X as Tensor>::Unit as UnitDiv<<D as Tensor>::Unit>>::Output>;
Expand description

The step size taking a decrement of type D to an increment of X.

Aliased Typeยง

pub struct StepSize<D, X>(/* private fields */);