aboutsummaryrefslogtreecommitdiff
path: root/nlsolve.c
Commit message (Expand)AuthorAge
* {nl,ps}solve: eliminate const warningsAnton Khirnov2023-01-11
* Remove disabled and pointless OpenCL support.Anton Khirnov2022-09-16
* Switch to external threadpool library.Anton Khirnov2020-07-26
* nlsolve: take the absolute value of delta in the divergence checkAnton Khirnov2020-01-30
* nlsolve: add missing #includeAnton Khirnov2018-11-30
* nlsolve: account for early abort in counting total solve timeAnton Khirnov2018-04-22
* Rewrite constraint evaluation code.Anton Khirnov2018-04-22
* nlsolve: faster abort on divergenceAnton Khirnov2018-04-09
* nlsolve: do not add the delta after we declare convergenceAnton Khirnov2018-02-09
* nlsolve: log var evaluation and coeff calc timingAnton Khirnov2018-02-09
* Add the generic non-linear solver layer.Anton Khirnov2017-12-29