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: f64Real part of the hyper-hyper-dual number
eps1: f64First partial derivative part of the hyper-hyper-dual number
eps2: f64First partial derivative part of the hyper-hyper-dual number
eps3: f64First partial derivative part of the hyper-hyper-dual number
eps1eps2: f64Second partial derivative part of the hyper-hyper-dual number
eps1eps3: f64Second partial derivative part of the hyper-hyper-dual number
eps2eps3: f64Second partial derivative part of the hyper-hyper-dual number
eps1eps2eps3: f64Third partial derivative part of the hyper-hyper-dual number