aboutsummaryrefslogtreecommitdiff
path: root/nlsolve.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-09 10:13:44 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-09 10:13:44 +0200
commit975abbee31abe7f8299c3cc4583f76214f699671 (patch)
tree82888c4e615803ef1ff6da8f1590274c79998078 /nlsolve.h
parent90381f1d94c437e58d233edeb43d0a1bb5c923f8 (diff)
nlsolve: faster abort on divergence
Diffstat (limited to 'nlsolve.h')
-rw-r--r--nlsolve.h2
1 files changed, 1 insertions, 1 deletions
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);