aboutsummaryrefslogtreecommitdiff
path: root/charf.c
AgeCommit message (Collapse)Author
2026-02-04Handle error estimate for maximum properly.Julian Weigt
2026-02-04Implement double arithmetic with error bounds.Julian Weigt
2026-02-04Remove old rough error counting.Julian Weigt
2026-02-04Fix formula for max.Julian Weigt
2026-02-04Add error estimates.Julian Weigt
2026-02-04Define variables const to allow to use statically allocated arrays, but ↵Julian Weigt
still have to allocate matrix for Mf computation dynamically because it doesn't fit in stack or something.
2026-02-04Enable multithreading.Julian Weigt
2026-02-04Reorganize mallocs to get ready for multithreading.Julian Weigt
2026-02-04Define safe sums and products and finish exact version.Julian Weigt
2026-02-04Start writing exact version of charf.c.Julian Weigt
2026-02-04charf.c:Julian Weigt
- Define function to compute maximal function. - Define type of function values as c macro. - Use same type also for initiating f.
2026-02-04formulations in charf.cJulian Weigt
2026-02-04Add documentation to charf.c.Julian Weigt
2026-02-04Add numerical experiment c source.Julian Weigt