pub fn rowjet_row_kernel<const K: usize, P: RowNllProgramRowJet<K> + ?Sized>(
prog: &P,
row: usize,
) -> Result<(f64, [f64; K], [[f64; K]; K]), String>Expand description
Evaluate a RowNllProgramRowJet at the value/gradient/Hessian scalar
crate::jet_scalar::Order2 (the (v, g, H) inner-Newton channel) — the
RowJet twin of generic_row_kernel.