Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-03-25 | Missing lens dependency in binary. | Mathieu Boespflug | |
2018-03-25 | Fix homepage metadata. | Mathieu Boespflug | |
2018-03-25 | Remove stack new boilerplate. | Mathieu Boespflug | |
2018-03-25 | Set proper copyright. | Mathieu Boespflug | |
2018-03-22 | With a specific implicit RK method | Dominic Steinitz | |
2018-03-21 | Also return diagnostics | Dominic Steinitz | |
2018-03-21 | Delete the copy of the inline-c example | Dominic Steinitz | |
2018-03-21 | Return the entire results matrix (as a vector) | Dominic Steinitz | |
2018-03-21 | A library function + move towards the original hmatrix interface | Dominic Steinitz | |
2018-03-20 | The start of a library | Dominic Steinitz | |
2018-03-20 | Handle arbitrary systems | Dominic Steinitz | |
2018-03-19 | Fix naming | Dominic Steinitz | |
2018-03-19 | Remove redundant imports | Dominic Steinitz | |
2018-03-19 | Even more simplification | Dominic Steinitz | |
2018-03-19 | More removal of the Fortran way | Dominic Steinitz | |
2018-03-19 | A working example | Dominic Steinitz | |