Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-17 | Support RKF45 | Dominic Steinitz | |
2018-04-17 | Support user-defined initial step size | Dominic Steinitz | |
2018-04-17 | Export required type synonym | Dominic Steinitz | |
2018-04-16 | Missing diagram for the haddock | Dominic Steinitz | |
2018-04-15 | Start of tests and examples | Dominic Steinitz | |
2018-04-10 | Another change of tack | Dominic Steinitz | |
2018-04-09 | Improve haddock | Dominic Steinitz | |
2018-04-08 | Improve Butcher Tableaux | Dominic Steinitz | |
2018-04-08 | Tidy and add picture | Dominic Steinitz | |
2018-04-08 | Tidy the C, mainly comments | Dominic Steinitz | |
2018-04-07 | Pass through tolerances | Dominic Steinitz | |
2018-04-07 | The specification for step control | Dominic Steinitz | |
2018-04-06 | Remove redundant lists and improve documentation | Dominic Steinitz | |
2018-04-06 | Translating via lists | Dominic Steinitz | |
2018-04-05 | Get closer to the hmatrix-gsl interface | Dominic Steinitz | |
2018-04-05 | Start of mirroring hmatrix-gsl ODE module | Dominic Steinitz | |
2018-04-05 | Add new example | Dominic Steinitz | |
2018-04-05 | Add default implicit method | Dominic Steinitz | |
2018-04-03 | One more case mis-match | Dominic Steinitz | |
2018-04-03 | Fix another case mis-match | Dominic Steinitz | |
2018-04-03 | Get case correct | Dominic Steinitz | |
2018-04-03 | Use nix rather than ubuntu for CI | Dominic Steinitz | |
2018-04-03 | "Fix" warnings | Dominic Steinitz | |
2018-04-03 | Merge branch 'master' into sundials-clean | Dominic Steinitz | |
2018-04-02 | Fix warnings | Dominic Steinitz | |
2018-04-01 | Merge branch 'master' into master | idontgetoutmuch | |
2018-04-01 | Merge pull request #256 from thielema/complexof | idontgetoutmuch | |
base:Internal.Numeric.ComplexOf: turn from type function to type synonym Now it is obvious for GHC that (ComplexOf a) is always a Complex type. | |||
2018-04-01 | Implement CI | Dominic Steinitz | |
2018-03-31 | Add in the Jacobian | Dominic Steinitz | |
2018-03-30 | Improve naming | Dominic Steinitz | |
2018-03-30 | Move definition to correct place | Dominic Steinitz | |
2018-03-30 | Remove unused code | Dominic Steinitz | |
2018-03-30 | Only depend on installed sources | Dominic Steinitz | |
2018-03-29 | base:Internal.Numeric.ComplexOf: turn from type function to type synonym | Henning Thielemann | |
Now it is obvious for GHC that (ComplexOf a) is always a Complex type. | |||
2018-03-29 | improve test failures description | Kamil Dworakowski | |
2018-03-29 | Use more meaningful names | Dominic Steinitz | |
2018-03-29 | Remove debug info | Dominic Steinitz | |
2018-03-29 | Make tolerances parameters | Dominic Steinitz | |
2018-03-28 | Make more methods available | Dominic Steinitz | |
2018-03-28 | Remove unnecessary white space | Dominic Steinitz | |
2018-03-28 | Using hsc, semi-auto-generating documentation | Dominic Steinitz | |
2018-03-26 | Revert "Cleanups to Sundials PR" | idontgetoutmuch | |
2018-03-26 | Update LICENSE | idontgetoutmuch | |
2018-03-25 | Remove -Wall from source files. | Mathieu Boespflug | |
This should be turned on a side effect of passing --pedantic to the build tool. If that flag is not passed, then avoid creating extra noise for downstream users that are building the library. | |||
2018-03-25 | Unify the stack.yaml files at top-level. | Mathieu Boespflug | |
2018-03-25 | Add nix section to stack.yaml to provision system libraries. | Mathieu Boespflug | |
2018-03-25 | Add missing extra-deps declaration. | Mathieu Boespflug | |
2018-03-25 | Remove extraneous whitespace. | Mathieu Boespflug | |
2018-03-25 | Make library --pedantic compliant. | Mathieu Boespflug | |
2018-03-25 | Make example --pedantic compliant. | Mathieu Boespflug | |