pub type HyperDual32 = HyperDual<f32, f32>;Aliased Type§
pub struct HyperDual32 {
pub re: f32,
pub eps1: f32,
pub eps2: f32,
pub eps1eps2: f32,
/* private fields */
}Fields§
§re: f32Real part of the hyper-dual number
eps1: f32Partial derivative part of the hyper-dual number
eps2: f32Partial derivative part of the hyper-dual number
eps1eps2: f32Second partial derivative part of the hyper-dual number