summaryrefslogtreecommitdiff
path: root/charf.c
AgeCommit message (Expand)Author
3 daystypoJulian Weigt
3 daysWrite 1UL instead of 1 for function representation to make shift operation wo...Julian Weigt
3 daysChange type of index to index_t and make it unsinged long.Julian Weigt
3 daysRemove duplicates that come from multiple copies or translations from each fu...Julian Weigt
3 daysAdd code to print also derivatives.Julian Weigt
3 daysFix first two function values to be 1 0.Julian Weigt
3 daysIncrease parameters for longer run.Julian Weigt
3 daysAdd commented out commands to print also maximal function.Julian Weigt
3 daysAdd random function generator.Julian Weigt
3 daysFix computation of maximal function.Julian Weigt
3 dayscleanupJulian Weigt
3 daysformulationsJulian Weigt
3 daysPad derivative printing to two characters.Julian Weigt
3 daysUpdate table to include p=∞.Julian Weigt
3 daysAllow p=∞ in program and adjust and generalize printing accordingly.Julian Weigt
3 daysUse array for p independent of k and accordingly print grouped according to p.Julian Weigt
3 dayss/inv_exptype_to_double/exptype_to_double/gJulian Weigt
3 daystypoJulian Weigt
3 daysPrint results up to N=20.Julian Weigt
3 daysFinish all printing including latex and niceties for printing 0 and 1 and such.Julian Weigt
3 daysPrint all results when finished, make printing prettier.Julian Weigt
3 dayss/to_double/valuetype_to_double/gJulian Weigt
3 days- Introduce matrix that contains derivatives and exponents of interest.Julian Weigt
3 daysProperly use header files and change return type for conversion from bool to ...Julian Weigt
3 daysMove getLine to mics.c.Julian Weigt
3 daysIntroduce reading from stdin.Julian Weigt
3 daysIntroduce is_greater_certainly and is_greater_possibly to make more robust th...Julian Weigt
3 daysAdd stdbool.h everywhere.Julian Weigt
3 daysFix spacing.Julian Weigt
3 daysSkip computations for first derivative and threshold check.Julian Weigt
3 daysPrint two digits and other formulations.Julian Weigt
3 daysAdd triangle function as other example.Julian Weigt
3 daysImprove formulations and abstraction in c code.Julian Weigt
3 daysAdd extra check for printing if new record is significantly larger.Julian Weigt
3 daysPrint if and only if it beats previous record.Julian Weigt
3 daysLoop over all derivatives up to whatever limit and print depending on order o...Julian Weigt
3 daysGive int conversion functions better names.Julian Weigt
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
3 daysDo computations on circle, run through domains of all lengths, and add small ...Julian Weigt
3 daysAdd root_to_string function to enable printing of roots.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 still...Julian Weigt
3 daysEnable multithreading.Julian Weigt
3 daysReorganize mallocs to get ready for multithreading.Julian Weigt