From 975abbee31abe7f8299c3cc4583f76214f699671 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 9 Apr 2018 10:13:44 +0200 Subject: nlsolve: faster abort on divergence --- nlsolve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nlsolve.h') diff --git a/nlsolve.h b/nlsolve.h index 1d3fae5..f9b69fe 100644 --- a/nlsolve.h +++ b/nlsolve.h @@ -101,7 +101,7 @@ void tdi_nlsolve_context_free(NLSolveContext **ctx); int tdi_nlsolve_solve(NLSolveContext *ctx, NLEqCallback eq_eval, NLEqJacobianCallback eq_jac_eval, - void *opaque, double *coeffs); + void *opaque, double *coeffs, int fast_abort); void tdi_nlsolve_print_stats(NLSolveContext *ctx); -- cgit v1.2.3