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
Use array for p independent of k and accordingly print grouped according to p.
Julian Weigt
3 days
s/inv_exptype_to_double/exptype_to_double/g
Julian Weigt
3 days
typo
Julian Weigt
3 days
Print results up to N=20.
Julian Weigt
3 days
Finish all printing including latex and niceties for printing 0 and 1 and such.
Julian Weigt
3 days
Print all results when finished, make printing prettier.
Julian Weigt
3 days
s/to_double/valuetype_to_double/g
Julian Weigt
3 days
- Introduce matrix that contains derivatives and exponents of interest.
Julian Weigt
3 days
Properly use header files and change return type for conversion from bool to ...
Julian Weigt
3 days
Move getLine to mics.c.
Julian Weigt
3 days
Add "…" to string conversion output.
Julian Weigt
3 days
Introduce reading from stdin.
Julian Weigt
3 days
Introduce is_greater_certainly and is_greater_possibly to make more robust th...
Julian Weigt
3 days
Add stdbool.h everywhere.
Julian Weigt
3 days
Fix spacing.
Julian Weigt
3 days
Skip computations for first derivative and threshold check.
Julian Weigt
3 days
Print two digits and other formulations.
Julian Weigt
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