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