Skip to main content

hessian_at

Function hessian_at 

Source
pub fn hessian_at(
    expr: &Expr,
    vars: &[&str],
    point: &HashMap<String, f64>,
) -> Option<Vec<Vec<f64>>>
Expand description

Evaluate the Hessian numerically at point. None if any entry fails to evaluate.