Frederik Beaujean
Frederik Beaujean
I would like to add support for differentiating the `polygamma` function, see https://github.com/JuliaDiff/ForwardDiff.jl/issues/196. Do you seen any difficulties? I know that one needs to access the first arg to `polygamma`,...
The list of functions at http://juliamath.github.io/SpecialFunctions.jl/latest/ doesn't cover all the implemented functions. For example, `polygamma` is not documented although it is available. Also the ordering of functions in the table...
Thanks for creating this awesome package! I wanted to use it right away but quickly ran into problems. Seems like this project is still on the rise so I wanted...
I tried to follow the example in the readme with julia 0.5.0, emacs 24.4.1 on debian jessie and julia-shell-mode 20161125.1110 installed via melpa ``` julia> y + Δ ``` if...
Currently we can have a fast result by focusing on small-field imaging. It's clearly described in the paper. But users often don't read the fine print and may get inaccurate...
- remove useless explicit copy ctor in BCH1D* and rely on safer default one - fix missing member in CopyOptions()
Out of the discussion at #329 I created this change. Have only tested it locally with root6.22 and I would like to see if our old container with root5 still...
Use travis to build reference guide and manual. Manual refers to ref guide. * [ ] Deploy both to github.io Remove ref guide from mpp web site. * [ ]...
We should get rid of the old introduction and the quick start guide and replace it with an actual manual built with `doxygen`. integration tasks - [ ] Don't forget...