reverse_gauss_newton_hessian_ad

Function reverse_gauss_newton_hessian_ad 

Source
pub fn reverse_gauss_newton_hessian_ad<F>(
    func: F,
    x: &ArrayView1<'_, f64>,
) -> Result<Array2<f64>, OptimizeError>
Expand description

Gauss-Newton Hessian approximation using reverse-mode AD for AD-compatible functions