Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-14 | Merge branch 'master' of github.com:albertoruiz/hmatrix | Alberto Ruiz | |
2014-05-14 | undeprecate dot, fix <.> | Alberto Ruiz | |
2014-05-13 | Merge pull request #71 from rdesfo/master | Alberto Ruiz | |
README: updated Math packages link | |||
2014-05-12 | README: updated Math packages link | Ryan Desfosses | |
2014-05-08 | separation ok | Alberto Ruiz | |
2014-05-08 | Conversion, LAPACK -> base | Alberto Ruiz | |
2014-05-08 | Data.Packed -> base (I) | Alberto Ruiz | |
2014-05-08 | moved Random | Alberto Ruiz | |
2014-05-08 | empty hmatrix-base | Alberto Ruiz | |
2014-05-07 | undeprecate <.>, extended to contraction | Alberto Ruiz | |
2014-05-06 | added qrgr | Alberto Ruiz | |
2014-05-06 | fix C warnings | Alberto Ruiz | |
2014-05-06 | extend conformability to empty arrays | Alberto Ruiz | |
2014-05-04 | allow empty arrays | Alberto Ruiz | |
2014-05-02 | (<>) and (×) | Alberto Ruiz | |
(<>) back for compat, added (×), LSDiv, +documentation, classes to dev, Monoid using optimiseMult, | |||
2014-05-01 | top reexport module | Alberto Ruiz | |
2014-04-30 | improved documentation | Alberto Ruiz | |
2014-04-30 | better reexport modules | Alberto Ruiz | |
2014-04-29 | hide documentation | Alberto Ruiz | |
2014-04-29 | added 2 em dash for vertical concatenation | Alberto Ruiz | |
2014-04-25 | (<>) and (·) | Alberto Ruiz | |
use <> for general contraction, remove ×, use Alt Gr . for cdot | |||
2014-04-24 | deprecate vjoin, dot and (<.>). Move (⋅) to Container | Alberto Ruiz | |
2014-04-24 | fix documentation | Alberto Ruiz | |
2014-04-24 | build with bidirectional type inference | Alberto Ruiz | |
2014-04-24 | konst with bidirectional type inference | Alberto Ruiz | |
2014-04-24 | changelog and thanks | Alberto Ruiz | |
2014-04-24 | (<.>) renamed to (⋅) | Alberto Ruiz | |
2014-04-24 | tests updated to 0.16 | Alberto Ruiz | |
2014-04-24 | cdot and (×) | Alberto Ruiz | |
added cdot dot renamed to udot <.> changed to cdot and moved to Numeric.LinearAlgebra.Util new general contraction operator (×) Plot functions moved to Numeric.LinearAlgebra.Util | |||
2014-04-23 | join -> vjoin | Alberto Ruiz | |
2014-04-23 | new version | Alberto Ruiz | |
2014-04-09 | thanks and tested with 7.8.1 | Alberto Ruiz | |
2014-03-30 | Merge pull request #66 from tfgit/master | Alberto Ruiz | |
Making installation easier for OS X. | |||
2014-03-29 | Update INSTALL.md | tfgit | |
2014-03-29 | OS X Installation via Homebrew | tfbit | |
2014-03-13 | Merge pull request #63 from mwm/master | Alberto Ruiz | |
Add freebsd library config info to cabal | |||
2014-03-13 | Add freebsd library config info | Mike Meyer | |
2014-02-05 | zero absolute tolerance in the integration routines provisionally changed to ↵ | Alberto Ruiz | |
1E-12 | |||
2014-02-05 | absolute tolerance added to C interface for integration | Alberto Ruiz | |
2014-02-05 | bump version and thanks | Alberto Ruiz | |
2014-01-30 | Merge pull request #60 from aavogt/master | Alberto Ruiz | |
small changes for compatibility with newer (to-be released) ghcs | |||
2014-01-30 | build with ghc-7.7 | Adam Vogt | |
this is probably the wrong approach and likely it breaks code that mentions the BoundsOf/ContainerOf | |||
2014-01-30 | rename variables so Prelude.join will not cause problems | Adam Vogt | |
* background: http://www.haskell.org/haskellwiki/Functor-Applicative-Monad_Proposal#Current_stage:_Prepare_GHC * the change happens in ghc-7.10, and these changes fix warnings with 7.8 | |||
2013-12-24 | Merge pull request #56 from s9gf4ult/master | Alberto Ruiz | |
reimport Vector.fromList instead of own implementation | |||
2013-12-22 | reimport Vector.fromList instead own implementation | segfault | |
2013-11-15 | move changes.md to CHANGELOG | Alberto Ruiz | |
2013-11-15 | changes, thanks | Alberto Ruiz | |
2013-11-15 | Field t constraints, general pinvTol, and pinv = pinvTol 1 | Alberto Ruiz | |
2013-10-15 | Merge pull request #52 from neverpanic/patch-1 | Alberto Ruiz | |
INSTALL.md: Update MacPorts instructions | |||
2013-10-15 | INSTALL.md: Update MacPorts instructions | Clemens Lang | |
The MacPorts port gsl-devel is older than the gsl port and both provide the same files. See http://stackoverflow.com/questions/19372410/trouble-installing-gsl-using-macports. |