summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2 daysDo computations on circle, run through domains of all lengths, and add small ↵Julian Weigt
sleep to threads to avoid overlap for small domains.
2 daysAdd root_to_string function to enable printing of roots.Julian Weigt
2 daysPrint error exponential instead of floating.Julian Weigt
2 daysMake error bounds precise and correct (hopefully).Julian Weigt
2 daysStart trying to handle also egde and big error cases in error handling.Julian Weigt
2 daysHandle error estimate for maximum properly.Julian Weigt
2 daysImplement double arithmetic with error bounds.Julian Weigt
2 daysRemove old rough error counting.Julian Weigt
2 daysFix formula for max.Julian Weigt
2 daysAdd error estimates.Julian Weigt
2 daysDefine 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.
2 daysFix type error.Julian Weigt
2 daysAdd string printing to double.Julian Weigt
2 daysEnable multithreading.Julian Weigt
2 daysReorganize mallocs to get ready for multithreading.Julian Weigt
2 daysDefine safe sums and products and finish exact version.Julian Weigt
2 daysStart writing exact version of charf.c.Julian Weigt
2 dayscharf.c:Julian Weigt
- Define function to compute maximal function. - Define type of function values as c macro. - Use same type also for initiating f.
2 daysformulations in charf.cJulian Weigt
2 daysAdd documentation to charf.c.Julian Weigt
2 daysAdd numerical experiment c source.Julian Weigt