Closed richfitz closed 8 years ago
Dear @richfitz
There are a number of things I'd like to change too:
lsoda_common_t
. Perhaps a separate header in include/
to capture that?If you already have a fix in hand, just submit small PRs; if you've lined it up, but haven't got round to it, please file an issue.
Nice job on this. I've got the R version essentially working (https://github.com/richfitz/rlsoda), and looking potentially quite a bit faster than the deSolve/Fortran versions (mostly because of some issues in deSolve I believe).
I have a bunch of other things I'd like to change (fixing compiler warnings, avoiding
abort
). Some of these will be helpful for a Julia library. Would you like these as issues, several PRs or one big PR?