HyperHyperDual64

Type Alias HyperHyperDual64 

Source
pub type HyperHyperDual64 = HyperHyperDual<f64>;

Aliased Type§

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

Fields§

§re: f64

Real part of the hyper-hyper-dual number

§eps1: f64

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

§eps2: f64

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

§eps3: f64

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

§eps1eps2: f64

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

§eps1eps3: f64

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

§eps2eps3: f64

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

§eps1eps2eps3: f64

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