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