summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-08empty hmatrix-baseAlberto Ruiz
2014-05-07undeprecate <.>, extended to contractionAlberto Ruiz
2014-05-06added qrgrAlberto Ruiz
2014-05-06fix C warningsAlberto Ruiz
2014-05-06extend conformability to empty arraysAlberto Ruiz
2014-05-04allow empty arraysAlberto Ruiz
2014-05-02(<>) and (×)Alberto Ruiz
(<>) back for compat, added (×), LSDiv, +documentation, classes to dev, Monoid using optimiseMult,
2014-05-01top reexport moduleAlberto Ruiz
2014-04-30improved documentationAlberto Ruiz
2014-04-30better reexport modulesAlberto Ruiz
2014-04-29hide documentationAlberto Ruiz
2014-04-29added 2 em dash for vertical concatenationAlberto Ruiz
2014-04-25(<>) and (·)Alberto Ruiz
use <> for general contraction, remove ×, use Alt Gr . for cdot
2014-04-24deprecate vjoin, dot and (<.>). Move (⋅) to ContainerAlberto Ruiz
2014-04-24fix documentationAlberto Ruiz
2014-04-24build with bidirectional type inferenceAlberto Ruiz
2014-04-24konst with bidirectional type inferenceAlberto Ruiz
2014-04-24changelog and thanksAlberto Ruiz
2014-04-24(<.>) renamed to (⋅)Alberto Ruiz
2014-04-24tests updated to 0.16Alberto Ruiz
2014-04-24cdot 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-23join -> vjoinAlberto Ruiz
2014-04-23new versionAlberto Ruiz
2014-04-09thanks and tested with 7.8.1Alberto Ruiz
2014-03-30Merge pull request #66 from tfgit/masterAlberto Ruiz
Making installation easier for OS X.
2014-03-29Update INSTALL.mdtfgit
2014-03-29OS X Installation via Homebrewtfbit
2014-03-13Merge pull request #63 from mwm/masterAlberto Ruiz
Add freebsd library config info to cabal
2014-03-13Add freebsd library config infoMike Meyer
2014-02-05zero absolute tolerance in the integration routines provisionally changed to ↵Alberto Ruiz
1E-12
2014-02-05absolute tolerance added to C interface for integrationAlberto Ruiz
2014-02-05bump version and thanksAlberto Ruiz
2014-01-30Merge pull request #60 from aavogt/masterAlberto Ruiz
small changes for compatibility with newer (to-be released) ghcs
2014-01-30build with ghc-7.7Adam Vogt
this is probably the wrong approach and likely it breaks code that mentions the BoundsOf/ContainerOf
2014-01-30rename variables so Prelude.join will not cause problemsAdam 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-24Merge pull request #56 from s9gf4ult/masterAlberto Ruiz
reimport Vector.fromList instead of own implementation
2013-12-22reimport Vector.fromList instead own implementationsegfault
2013-11-15move changes.md to CHANGELOGAlberto Ruiz
2013-11-15changes, thanksAlberto Ruiz
2013-11-15Field t constraints, general pinvTol, and pinv = pinvTol 1Alberto Ruiz
2013-10-15Merge pull request #52 from neverpanic/patch-1Alberto Ruiz
INSTALL.md: Update MacPorts instructions
2013-10-15INSTALL.md: Update MacPorts instructionsClemens 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.
2013-08-20thanks, changes, bump versionAlberto Ruiz
2013-08-20Merge pull request #50 from peddie/masterAlberto Ruiz
Add bindings for gsl_integrate_cquad doubly-adaptive quadrature for difficult integrands
2013-08-20Merge pull request #48 from kuribas/masterAlberto Ruiz
Added onedimensional minimization.
2013-08-20Merge pull request #47 from bgamari/masterAlberto Ruiz
Export matrixFromVector from Data.Packed.Development
2013-08-19Add bindings for gsl_integrate_cquad doubly-adaptive quadrature for ↵Matthew Peddie
difficult integrands.
2013-08-16Added onedimensional minimization.Kristof Bastiaensen
2013-08-15Merge remote-tracking branch 'origin/master'Ben Gamari
2013-08-15Data.Packed.Development: Export matrixFromVectorBen Gamari