pub type Order2Batch<const K: usize> = Order2Lane<f64x4, K>;Expand description
The 4-rows-per-pass batched order-≤2 scalar (wide::f64x4 lanes).
Aliased Type§
pub struct Order2Batch<const K: usize> {
pub v: f64x4,
pub g: [f64x4; K],
pub h: [[f64x4; K]; K],
}Fields§
§v: f64x4Value channel ℓ (one entry per lane/row).
g: [f64x4; K]Gradient channel ∂ℓ/∂p_a.
h: [[f64x4; K]; K]Hessian channel ∂²ℓ/∂p_a∂p_b (symmetric).