aboutsummaryrefslogtreecommitdiff
path: root/pssolve.c
Commit message (Collapse)AuthorAge
* pssolve: fix construct_matrix() signatureAnton Khirnov2023-01-11
| | | | Make it compatible with TPExecuteCallback
* {nl,ps}solve: eliminate const warningsAnton Khirnov2023-01-11
|
* {ps,nl}solve: constify exported colloc gridAnton Khirnov2023-01-11
| | | | Reduces compiler warnings.
* Remove disabled and pointless OpenCL support.Anton Khirnov2022-09-16
|
* Switch to external threadpool library.Anton Khirnov2020-07-26
|
* 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