pub type Dual2SVec32<const N: usize> = Dual2Vec<f32, f32, Const<N>>;Aliased Type§
pub struct Dual2SVec32<const N: usize> {
pub re: f32,
pub v1: Derivative<f32, f32, Const<1>, Const<N>>,
pub v2: Derivative<f32, f32, Const<N>, Const<N>>,
/* private fields */
}Fields§
§re: f32Real part of the second order dual number
v1: Derivative<f32, f32, Const<1>, Const<N>>Gradient part of the second order dual number
v2: Derivative<f32, f32, Const<N>, Const<N>>Hessian part of the second order dual number