Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | Fix #282 | Maxim Koltsov | |
LAPACK routine dgttrf mutates its inputs per documentation. To prevent user-visible breakage input vectors must be copied before sending them to LAPACK. | |||
2018-11-17 | Merge pull request #285 from maksbotan/add-geig | idontgetoutmuch | |
Add generalized eigenvalues via dggev and zggev | |||
2018-11-13 | Fix doc for geig, fix warning | Maxim Koltsov | |
2018-11-13 | Fix geig for complex eigenvalues, add tests | Maxim Koltsov | |
eigG was incorrectly returning eigenvectors corresponding to complex eigenvalues. This was discovered with tests for geig, which are also added to the repo. | |||
2018-11-08 | Add generalized eigenvalues via dggev and zggev | Maxim Koltsov | |
These lapack functions generalize dgeev and zgeev. Interface for them was added similarly to eig* functions already present in hmatrix. | |||
2018-05-20 | Merge pull request #273 from idontgetoutmuch/feature/add-printing-example | idontgetoutmuch | |
Add the example fixing printing | |||
2018-05-20 | Add the example fixing printing | Dominic Steinitz | |
2018-05-20 | Merge pull request #270 from pdobsan/master | idontgetoutmuch | |
Fixed vector show instance and related haddock entries. | |||
2018-05-18 | Merge pull request #272 from idontgetoutmuch/bugfix/failure-to-stop-after-error | idontgetoutmuch | |
Return with error code if solver fails | |||
2018-05-17 | Return with error code if solver fails | Dominic Steinitz | |
2018-05-03 | Merge branch 'fix-vector-show-instance' | Peter Dobsan | |
2018-05-03 | Minor change to trigger CI. | Peter Dobsan | |
2018-05-03 | Merge remote-tracking branch 'upstream/master' | Peter Dobsan | |
2018-05-03 | Merge pull request #269 from idontgetoutmuch/feature-cvode | idontgetoutmuch | |
Feature cvode | |||
2018-05-03 | Improve documentation | Dominic Steinitz | |
2018-05-02 | Add more options | Dominic Steinitz | |
2018-04-28 | Merge branch 'fix-vector-show-instance' | Peter Dobsan | |
Fixed the leftovers. | |||
2018-04-28 | Corrected two haddock examples left out previously. | Peter Dobsan | |
2018-04-27 | More restructuring | Dominic Steinitz | |
2018-04-27 | Fix typo | Dominic Steinitz | |
2018-04-27 | Start of better naming | Dominic Steinitz | |
2018-04-27 | Merge branch 'fix-vector-show-instance' | Peter Dobsan | |
The show instance was changed in vector 0.11. The merged modifications adjust hmatrix/base to that change. That fixes issues #277 and #177. | |||
2018-04-27 | Fixed vector show instance and related haddock entries. | Peter Dobsan | |
2018-04-26 | Refactor CVODE | Dominic Steinitz | |
2018-04-25 | Pull out common code and start to follow gsl naming convention | Dominic Steinitz | |
2018-04-24 | CVODE now supported somewhat | Dominic Steinitz | |
2018-04-23 | Ancilliary files for the start of CVODE support | Dominic Steinitz | |
2018-04-23 | Start of support for CVODE | Dominic Steinitz | |
2018-04-22 | Merge pull request #268 from idontgetoutmuch/fix-offside-infringement | idontgetoutmuch | |
Fix hackage upload errors | |||
2018-04-22 | Really fix the offside | Dominic Steinitz | |
2018-04-22 | Fix hackage upload errors | Dominic Steinitz | |
2018-04-22 | Merge pull request #266 from idontgetoutmuch/bump-versions | idontgetoutmuch | |
Set all packages to 0.19.0.0 | |||
2018-04-22 | Set all packages to 0.19.0.0 | Dominic Steinitz | |
2018-04-22 | Merge pull request #264 from idontgetoutmuch/sundials-clean | idontgetoutmuch | |
Add Sundials as an ODE Engine | |||
2018-04-22 | Use hspec for test(!) | Dominic Steinitz | |
2018-04-22 | Add example to print Butcher Tableaux | Dominic Steinitz | |
2018-04-22 | Fix warnings | Dominic Steinitz | |
2018-04-21 | Missing adjoints to stack / cabal | Dominic Steinitz | |
2018-04-21 | Build examples via stack (start of) | Dominic Steinitz | |
2018-04-21 | Improve READMEs etc | Dominic Steinitz | |
2018-04-21 | This CI really was working! | Dominic Steinitz | |
2018-04-20 | Add all methods hack min step size and max steps | Dominic Steinitz | |
2018-04-20 | Support all implicit methods and 1 explicit method | Dominic Steinitz | |
2018-04-17 | Mimic hmatrix-gsl some more | Dominic Steinitz | |
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 | Remove unnecessary extra | Dominic Steinitz | |