aboutsummaryrefslogtreecommitdiff
path: root/solve.c
Commit message (Collapse)AuthorAge
* solve: fix a typo in coefficients allocationAnton Khirnov2017-07-27
|
* Switch to polar coordinates in the solver.Anton Khirnov2016-08-28
|
* basis: disentangle the API from the global solver APIAnton Khirnov2016-08-28
|
* qfunc: disentangle the API from the global solver APIAnton Khirnov2016-08-28
|
* solve: export aligned coefficientsAnton Khirnov2016-08-28
|
* Prepare for radial basis.Anton Khirnov2015-10-01
|
* A major rewrite.Anton Khirnov2015-04-14
Split the code into multiple files, drop the GSL dependency, introduce configurable logging, random cleanups.