Type Alias num_dual::HyperDual32

source ·
pub type HyperDual32 = HyperDual<f32, f32>;

Aliased Type§

struct HyperDual32 {
    pub re: f32,
    pub eps1: f32,
    pub eps2: f32,
    pub eps1eps2: f32,
    /* private fields */
}

Fields§

§re: f32

Real part of the hyper-dual number

§eps1: f32

Partial derivative part of the hyper-dual number

§eps2: f32

Partial derivative part of the hyper-dual number

§eps1eps2: f32

Second partial derivative part of the hyper-dual number