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