HyperDualSVec64

Type Alias HyperDualSVec64 

Source
pub type HyperDualSVec64<const M: usize, const N: usize> = HyperDualVec<f64, f64, Const<M>, Const<N>>;

Aliased Type§

pub struct HyperDualSVec64<const M: usize, const N: usize> {
    pub re: f64,
    pub eps1: Derivative<f64, f64, Const<M>, Const<1>>,
    pub eps2: Derivative<f64, f64, Const<1>, Const<N>>,
    pub eps1eps2: Derivative<f64, f64, Const<M>, Const<N>>,
    /* private fields */
}

Fields§

§re: f64

Real part of the hyper-dual number

§eps1: Derivative<f64, f64, Const<M>, Const<1>>

Gradient part of the hyper-dual number

§eps2: Derivative<f64, f64, Const<1>, Const<N>>

Gradient part of the hyper-dual number

§eps1eps2: Derivative<f64, f64, Const<M>, Const<N>>

Partial Hessian part of the hyper-dual number