aboutsummaryrefslogtreecommitdiff
path: root/pssolve.c
Commit message (Collapse)AuthorAge
* pssolve: check the return code of tdi_bicgstab_init() more explicitlyAnton Khirnov2020-01-30
|
* pssolve: fail when the matrix condition number gets smaller than DBL_EPSILONAnton Khirnov2020-01-30
|
* nlsolve: add missing #includeAnton Khirnov2018-11-30
|
* bicgstab: make the number of iterations runtime-configurableAnton Khirnov2018-04-27
|
* Initial commit.Anton Khirnov2017-11-19
The following code is present: * the basis API * the BiCGSTAB solver * the pseudospectral linear system solver * helper APIs: - threadpool - logging - cpuid