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