index
:
discretemf
main
moremalloc
nomalloc
triangle
The discrete maximal function on the circle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
3 days
Add triangle function as other example.
Julian Weigt
3 days
Improve formulations and abstraction in c code.
Julian Weigt
3 days
Add extra check for printing if new record is significantly larger.
Julian Weigt
3 days
Print if and only if it beats previous record.
Julian Weigt
3 days
Loop over all derivatives up to whatever limit and print depending on order o...
Julian Weigt
3 days
Give int conversion functions better names.
Julian Weigt
3 days
Kinda add flexibility to vary K or p within one call.
Julian Weigt
3 days
Remove assert.h.
Julian Weigt
3 days
Make more flexible by assigning indeces to threads in advance and generating ...
Julian Weigt
3 days
Do computations on circle, run through domains of all lengths, and add small ...
Julian Weigt
3 days
Add root_to_string function to enable printing of roots.
Julian Weigt
3 days
Print error exponential instead of floating.
Julian Weigt
3 days
Make error bounds precise and correct (hopefully).
Julian Weigt
3 days
Start trying to handle also egde and big error cases in error handling.
Julian Weigt
3 days
Handle error estimate for maximum properly.
Julian Weigt
3 days
Implement double arithmetic with error bounds.
Julian Weigt
3 days
Remove old rough error counting.
Julian Weigt
3 days
Fix formula for max.
Julian Weigt
3 days
Add error estimates.
Julian Weigt
3 days
Define variables const to allow to use statically allocated arrays, but still...
Julian Weigt
3 days
Fix type error.
Julian Weigt
3 days
Add string printing to double.
Julian Weigt
3 days
Enable multithreading.
Julian Weigt
3 days
Reorganize mallocs to get ready for multithreading.
Julian Weigt
3 days
Define safe sums and products and finish exact version.
Julian Weigt
3 days
Start writing exact version of charf.c.
Julian Weigt
3 days
charf.c:
Julian Weigt
3 days
formulations in charf.c
Julian Weigt
3 days
Add documentation to charf.c.
Julian Weigt
3 days
Add numerical experiment c source.
Julian Weigt