HyperDualVec64

Type Alias HyperDualVec64 

Source
pub type HyperDualVec64<M, N> = HyperDualVec<f64, f64, M, N>;

Aliased Type§

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

Fields§

§re: f64

Real part of the hyper-dual number

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

Gradient part of the hyper-dual number

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

Gradient part of the hyper-dual number

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

Partial Hessian part of the hyper-dual number