HyperDual64

Type Alias HyperDual64 

Source
pub type HyperDual64 = HyperDual<f64, f64>;

Aliased Type§

pub struct HyperDual64 {
    pub re: f64,
    pub eps1: f64,
    pub eps2: f64,
    pub eps1eps2: f64,
    /* private fields */
}

Fields§

§re: f64

Real part of the hyper-dual number

§eps1: f64

Partial derivative part of the hyper-dual number

§eps2: f64

Partial derivative part of the hyper-dual number

§eps1eps2: f64

Second partial derivative part of the hyper-dual number