Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-24 | (<.>) renamed to (⋅) | 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-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-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-11-15 | Field t constraints, general pinvTol, and pinv = pinvTol 1 | Alberto Ruiz | |
2013-08-20 | Merge pull request #50 from peddie/master | Alberto Ruiz | |
Add bindings for gsl_integrate_cquad doubly-adaptive quadrature for difficult integrands | |||
2013-08-19 | Add bindings for gsl_integrate_cquad doubly-adaptive quadrature for ↵ | Matthew Peddie | |
difficult integrands. | |||
2013-08-16 | Added onedimensional minimization. | Kristof Bastiaensen | |
2013-07-04 | explicit imports in Util | Alberto Ruiz | |
2013-05-22 | operators for extraction of rows and columns, alternative concatenation | Alberto Ruiz | |
2013-05-21 | Util: pairwise2D, rowOuters, null1, null1sym | Alberto Ruiz | |
2013-05-21 | size, unitary, mt | Alberto Ruiz | |
2013-05-21 | merge develop, fix conflicts | Alberto Ruiz | |
2013-05-21 | meanCov moved to Container | Alberto Ruiz | |
2013-05-08 | Implement uniRootJ for one-dimensional root-finding with derivatives | Alex Lang | |
2013-05-08 | Implemented uniRoot for one-dimensional root-finding without derivatives | Alex Lang | |
2013-04-11 | Fix off-by-one errors in gsl-aux.c | Takano Akio | |
The errors used to cause segfaults. | |||
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-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 | type hint and thanks | Alberto Ruiz | |
2012-03-13 | Merge remote-tracking branch 'wowus/master' into unsafe | 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-02-27 | merge | Alberto Ruiz | |
2012-02-25 | odeSolveV with safe method interface | Alberto Ruiz | |
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-08 | Fix multiply. | Reiner Pope | |
2012-01-07 | Make Matrix a product type | Reiner Pope | |
2011-12-25 | remove warnings in glpk and special (Bas van Dijk's method) | Alberto Ruiz | |
2011-12-24 | Warning police for GHC < 7.4 | Bas van Dijk | |
The previous patch got rid of warnings when ghc >= 7.4. Unfortunately this caused warnings on GHC < 7.4. This patch removes warnings on all versions of GHC. | |||
2011-12-24 | Warning police | Bas van Dijk | |
2011-12-24 | Fix build on GHC-7.4.1-rc1 | Bas van Dijk | |
2011-12-23 | ok also with ghc-7.0 | Alberto Ruiz | |
2011-12-22 | ok hmatrix, hmatrix-tests, hmatrix-glpk | Alberto Ruiz | |
2011-12-21 | fix CInt constructor warnings | Alberto Ruiz | |
2011-12-14 | new package hmatrix-tests | Alberto Ruiz | |
2011-09-02 | require vector >= 0.8 | Alberto Ruiz | |