summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysKinda add flexibility to vary K or p within one call.Julian Weigt
3 daysRemove assert.h.Julian Weigt
3 daysMake more flexible by assigning indeces to threads in advance and generating ↵Julian Weigt
functions thread agnostically.
3 daysDo computations on circle, run through domains of all lengths, and add small ↵Julian Weigt
sleep to threads to avoid overlap for small domains.
3 daysAdd root_to_string function to enable printing of roots.Julian Weigt
3 daysPrint error exponential instead of floating.Julian Weigt
3 daysMake error bounds precise and correct (hopefully).Julian Weigt
3 daysStart trying to handle also egde and big error cases in error handling.Julian Weigt
3 daysHandle error estimate for maximum properly.Julian Weigt
3 daysImplement double arithmetic with error bounds.Julian Weigt
3 daysRemove old rough error counting.Julian Weigt
3 daysFix formula for max.Julian Weigt
3 daysAdd error estimates.Julian Weigt
3 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.
3 daysFix type error.Julian Weigt
3 daysAdd string printing to double.Julian Weigt
3 daysEnable multithreading.Julian Weigt
3 daysReorganize mallocs to get ready for multithreading.Julian Weigt
3 daysDefine safe sums and products and finish exact version.Julian Weigt
3 daysStart writing exact version of charf.c.Julian Weigt
3 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.
3 daysformulations in charf.cJulian Weigt
3 daysAdd documentation to charf.c.Julian Weigt
3 daysAdd numerical experiment c source.Julian Weigt