aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/coord/utils.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use macro for [static N]Sebastiano Tronto2026-04-041-2/+2
|
* Added DRFIN solverSebastiano Tronto2025-08-051-14/+39
|
* Reworked coordinate solver axis specificationSebastiano Tronto2025-08-011-21/+11
|
* Removed VLA notation from function parameters.Sebastiano Tronto2025-05-271-2/+2
| | | | | I found out that this gives undefined behavior when then size is 0. Better not to have it at all, it is confusing for other developers anyway.
* Refactored checkdataSebastiano Tronto2025-05-191-16/+12
| | | | | | | | Relevant changes include: - Changed the signature of nissy_checkdata(). - Removed expected_distribution.h from tools; this data is now included in each solver's src/ code. - Removed distribution check for cocsep; may add back later.
* Refactor solver dispatch and checkdataSebastiano Tronto2025-05-181-5/+7
|
* Improved logging, especially for solveSebastiano Tronto2025-04-191-1/+1
|
* Some minor changes to the interface.Sebastiano Tronto2025-04-081-2/+2
| | | | | | | | | - Simplified logger to accept only a string, not a variadic list of args like printf(). This can still use some improvement, but now it is easier to use from other languages. - Fixed some misuses of the logger (wrong types etc) - Renamed some constants - Fixed some typos in comments.
* More safety with pointers using VLA function parametersSebastiano Tronto2025-03-251-1/+2
|
* Added NISS to coord solverSebastiano Tronto2025-03-251-0/+68

Generated with cgit - Back to sebastiano.tronto.net