pub type DualDVec32 = DualVec<f32, f32, Dyn>;Aliased Type§
pub struct DualDVec32 {
pub re: f32,
pub eps: Derivative<f32, f32, Dyn, Const<1>>,
/* private fields */
}Fields§
§re: f32Real part of the dual number
eps: Derivative<f32, f32, Dyn, Const<1>>Derivative part of the dual number