HyperHyperDual32

Type Alias HyperHyperDual32 

Source
pub type HyperHyperDual32 = HyperHyperDual<f32>;

Aliased Type§

pub struct HyperHyperDual32 {
    pub re: f32,
    pub eps1: f32,
    pub eps2: f32,
    pub eps3: f32,
    pub eps1eps2: f32,
    pub eps1eps3: f32,
    pub eps2eps3: f32,
    pub eps1eps2eps3: f32,
    /* private fields */
}

Fields§

§re: f32

Real part of the hyper-hyper-dual number

§eps1: f32

First partial derivative part of the hyper-hyper-dual number

§eps2: f32

First partial derivative part of the hyper-hyper-dual number

§eps3: f32

First partial derivative part of the hyper-hyper-dual number

§eps1eps2: f32

Second partial derivative part of the hyper-hyper-dual number

§eps1eps3: f32

Second partial derivative part of the hyper-hyper-dual number

§eps2eps3: f32

Second partial derivative part of the hyper-hyper-dual number

§eps1eps2eps3: f32

Third partial derivative part of the hyper-hyper-dual number