Skip to main content

AutoFloat1

Type Alias AutoFloat1 

Source
pub type AutoFloat1<T> = AutoFloat<T, 1>;

Aliased Type§

pub struct AutoFloat1<T> {
    pub x: T,
    pub dx: [T; 1],
}

Fields§

§x: T

The value of the variable.

§dx: [T; 1]

The gradient of the variable.