Dual3_64

Type Alias Dual3_64 

Source
pub type Dual3_64 = Dual3<f64>;

Aliased Type§

pub struct Dual3_64 {
    pub re: f64,
    pub v1: f64,
    pub v2: f64,
    pub v3: f64,
    /* private fields */
}

Fields§

§re: f64

Real part of the third order dual number

§v1: f64

First derivative part of the third order dual number

§v2: f64

Second derivative part of the third order dual number

§v3: f64

Third derivative part of the third order dual number