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
2 days
forgotten UL
Julian Weigt
2 days
Order by smallest because we go through smallest first.
Julian Weigt
2 days
Only consider strings that end in 0.
Julian Weigt
2 days
Forgot another 1UL.
Julian Weigt
2 days
typo
Julian Weigt
2 days
Write 1UL instead of 1 for function representation to make shift operation wo...
Julian Weigt
2 days
Change type of index to index_t and make it unsinged long.
Julian Weigt
2 days
Remove duplicates that come from multiple copies or translations from each fu...
Julian Weigt
2 days
Add code to print also derivatives.
Julian Weigt
2 days
Fix first two function values to be 1 0.
Julian Weigt
2 days
Increase parameters for longer run.
Julian Weigt
2 days
In double-error replace double by typedef.
Julian Weigt
2 days
Add commented out commands to print also maximal function.
Julian Weigt
2 days
Add random function generator.
Julian Weigt
2 days
Fix computation of maximal function.
Julian Weigt
2 days
cleanup
Julian Weigt
2 days
formulations
Julian Weigt
2 days
Pad derivative printing to two characters.
Julian Weigt
2 days
Update table to include p=∞.
Julian Weigt
2 days
Remove error printing from ratio.c.
Julian Weigt
2 days
Allow p=∞ in program and adjust and generalize printing accordingly.
Julian Weigt
2 days
Use array for p independent of k and accordingly print grouped according to p.
Julian Weigt
2 days
s/inv_exptype_to_double/exptype_to_double/g
Julian Weigt
2 days
typo
Julian Weigt
2 days
Print results up to N=20.
Julian Weigt
2 days
Finish all printing including latex and niceties for printing 0 and 1 and such.
Julian Weigt
2 days
Print all results when finished, make printing prettier.
Julian Weigt
2 days
s/to_double/valuetype_to_double/g
Julian Weigt
2 days
- Introduce matrix that contains derivatives and exponents of interest.
Julian Weigt
2 days
Properly use header files and change return type for conversion from bool to ...
Julian Weigt
2 days
Move getLine to mics.c.
Julian Weigt
2 days
Add "…" to string conversion output.
Julian Weigt
2 days
Introduce reading from stdin.
Julian Weigt
2 days
Introduce is_greater_certainly and is_greater_possibly to make more robust th...
Julian Weigt
2 days
Add stdbool.h everywhere.
Julian Weigt
2 days
Fix spacing.
Julian Weigt
2 days
Skip computations for first derivative and threshold check.
Julian Weigt
2 days
Print two digits and other formulations.
Julian Weigt
2 days
Add triangle function as other example.
Julian Weigt
2 days
Improve formulations and abstraction in c code.
Julian Weigt
2 days
Add extra check for printing if new record is significantly larger.
Julian Weigt
2 days
Print if and only if it beats previous record.
Julian Weigt
2 days
Loop over all derivatives up to whatever limit and print depending on order o...
Julian Weigt
2 days
Give int conversion functions better names.
Julian Weigt
2 days
Kinda add flexibility to vary K or p within one call.
Julian Weigt
2 days
Remove assert.h.
Julian Weigt
2 days
Make more flexible by assigning indeces to threads in advance and generating ...
Julian Weigt
2 days
Do computations on circle, run through domains of all lengths, and add small ...
Julian Weigt
2 days
Add root_to_string function to enable printing of roots.
Julian Weigt
2 days
Print error exponential instead of floating.
Julian Weigt
[next]