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: f64Real part of the hyper-dual number
eps1: f64Partial derivative part of the hyper-dual number
eps2: f64Partial derivative part of the hyper-dual number
eps1eps2: f64Second partial derivative part of the hyper-dual number