Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | Merge pull request #301 from nh2/no-random_r-flagHEADmaster | idontgetoutmuch | |
Allow disabling random_r() usage manually. | |||
2019-06-30 | urandom(): Refactor CPP, clarify warnings. See #279. | Niklas Hambüchen | |
* 2 identical CPP #ifdef sections were merged for easier readibility. * Warnings and comments now include more concrete explanations on in which situations urandom() isn't thread-safe and what not being thread-safe means in that case. * Added TODO on how the situation can be fixed long-term. | |||
2019-06-30 | Merge pull request #306 from idontgetoutmuch/master | idontgetoutmuch | |
Remove sundials as it has its own repo now. Fix | |||
2019-06-30 | Remove sundials as it has its own repo now. Fix | Dominic Steinitz | |
* https://github.com/haskell-numerics/hmatrix/issues/304 * https://github.com/haskell-numerics/hmatrix/issues/302 * https://github.com/haskell-numerics/hmatrix/issues/290 | |||
2019-05-25 | Merge pull request #300 from Magalame/update-docs | idontgetoutmuch | |
[WIP] Updating docs | |||
2019-05-23 | Merge pull request #303 from massma/master | idontgetoutmuch | |
Export Precision type and constructors where they are needed | |||
2019-05-20 | export necessary type Precision in module Numeric.GSL.Special.Bessel | Adam Massmann | |
2019-05-20 | export necessary types for elliptic integrals | Adam Massmann | |
2019-05-17 | Allow disabling random_r() usage manually. See #279. | Niklas Hambüchen | |
This allows building hmatrix against the musl libc, which allows easily linking Haskell programs statically. A feature-detection for random_r() would be even better, but this will do for now. | |||
2019-05-16 | Updated INSTALL.md for linux, created SUNDIALS.md for sundials installation | Magalame | |
Also added some instructions about stack | |||
2018-12-02 | Merge pull request #286 from maksbotan/fix-#282 | idontgetoutmuch | |
Fix #282 | |||
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 | |