Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-11 | Fix off-by-one errors in gsl-aux.c | Takano Akio | |
The errors used to cause segfaults. | |||
2013-03-19 | Merge pull request #35 from bgamari/master | Alberto Ruiz | |
A few fixes | |||
2013-03-17 | Matrix: Whitespace cleanup | Ben Gamari | |
2013-03-17 | Matrix: Implement mapMatrixWithIndex independently | Ben Gamari | |
Previously this was piggybacking off of mapMatrixWithIndexM which would overflow the stack with large input | |||
2013-03-17 | Data.Packed.Matrix: mapMatrix* should pass indices as Ints | Ben Gamari | |
2012-07-30 | reference for Kronecker tools | Alberto Ruiz | |
2012-06-15 | kronecker tools | Alberto Ruiz | |
2012-06-10 | convolution | Alberto Ruiz | |
2012-03-21 | fall back to old ode if v2 not available | Alberto Ruiz | |
2012-03-21 | windows install workaround and thanks | Alberto Ruiz | |
2012-03-19 | remove deprecated | Alberto Ruiz | |
2012-03-19 | orth | Alberto Ruiz | |
2012-03-19 | rename module to Util, some changes, add cross product and disp | Alberto Ruiz | |
2012-03-18 | change construction operators | Alberto Ruiz | |
2012-03-14 | <\> admits multiple right-hand sides | Alberto Ruiz | |
2012-03-14 | new module Numeric.LinearAlgebra.Real | Alberto Ruiz | |
2012-03-14 | update urls | Alberto Ruiz | |
2012-03-14 | type hint and thanks | Alberto Ruiz | |
2012-03-13 | changelog | Alberto Ruiz | |
2012-03-13 | Merge branch 'unsafe' into develop | Alberto Ruiz | |
2012-03-13 | update ode test and bump versions | Alberto Ruiz | |
2012-03-13 | hmatrix-glpk extra-lib-dirs for OSX | Alberto Ruiz | |
2012-03-13 | thanks | Alberto Ruiz | |
2012-03-13 | revert to SAFE_CHEAP macro, unsafe by default | Alberto Ruiz | |
2012-03-13 | Merge remote-tracking branch 'wowus/master' into unsafe | Alberto Ruiz | |
2012-03-13 | Merge branch 'master' into develop | Alberto Ruiz | |
2012-03-12 | randn | Alberto Ruiz | |
2012-03-11 | mkVecBench | Alberto Ruiz | |
2012-03-11 | Missed a couple safe annotations. | Clark Gaebel | |
2012-03-10 | Added back some safety. | Clark Gaebel | |
2012-03-10 | Removed foreign import safety. | Clark Gaebel | |
2012-03-01 | update url of gsl-lapack-windows.zip | Alberto Ruiz | |
2012-02-27 | Merge branch 'develop' into odeiv2 | Alberto Ruiz | |
2012-02-27 | merge | Alberto Ruiz | |
2012-02-25 | readme urls | Alberto Ruiz | |
2012-02-25 | merge changelog | Alberto Ruiz | |
2012-02-25 | odeSolveV with safe method interface | Alberto Ruiz | |
2012-02-23 | odeSolveV example | Alberto Ruiz | |
2012-02-23 | minor doc fix | Alberto Ruiz | |
2012-02-08 | thanks, changes, version | Alberto Ruiz | |
2012-02-08 | Merge pull request #9 from cdhf/master | Alberto Ruiz | |
Support for integration over infinite intervals | |||
2012-02-06 | add support for gsl_integration_qagi, gsl_integration_qagiu, ↵ | Danny Chan | |
gsl_integration_qagil | |||
2012-02-05 | odeiv2 | Alberto Ruiz | |
2012-01-15 | flags removed | Alberto Ruiz | |
2012-01-15 | Merge branch 'master' of github.com:AlbertoRuiz/hmatrix | Alberto Ruiz | |
2012-01-08 | Merge pull request #7 from reinerp/master | Alberto Ruiz | |
Fix multiply | |||
2012-01-08 | Fix multiply. | Reiner Pope | |
2012-01-07 | remove warnings | Alberto Ruiz | |
2012-01-07 | new version and thanks | Alberto Ruiz | |
2012-01-07 | Merge pull request #6 from reinerp/unsafe-building-primitives | Alberto Ruiz | |
Unsafe building/reading primitives |