David Widmann
David Widmann
https://github.com/FluxML/Zygote.jl/issues/1426
Isn't it much faster to use a `Matrix` with efficient linear indexing in the `DESolution` example? Why would you want to use the expensive linear -> cartesian computations every time...
I wonder if one could just define ```julia function TrackedArray(sol::ODESolution) ODESolution(TrackedArray(sol.u), sol.u_analytic, sol.errors, sol.t, sol.k, sol.prob, sol.alg, sol.interp, sol.dense, sol.tslocation, sol.destats, sol.alg_choice, sol.retcode) end ``` (possibly one has to handle...
I'm still not sure if disabling the check should be called a feature. I think it would be great though if ReverseDiff would suppport `IndexCartesian` but I don't know what...
This PR has to be reverted. The new link points to completely outdated docs. IMO a broken link is better than one to incorrect docs.
It's some docs from years ago. The link was removed on purpose in #246.
Or maybe one could use [jsdelivr](https://www.jsdelivr.com/?docs=gh) instead?
From my side yes but someone has to review it.
@curio-sitas I guess this PR can be closed now since the PR in FresnelIntegrals.jl was merged and released in version 0.2?
Is this really possible? HypergeometricFunctions depends on SpecialFunctions, so I wonder if it can be a weak dependency at all (I am sure it can't be a proper dependency at...