summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-07-04explicit imports in UtilAlberto Ruiz
2013-06-24Revert "add CDouble/CFloat instances for Element"Mike Ledger
2013-06-24explicit exports, fix argument order of appMatrixRawMike Ledger
2013-06-24use an inline unsafePerformIOMike Ledger
2013-06-24improve haddocks for flattenMike Ledger
2013-06-24FFI helpersMike Ledger
2013-06-24add CDouble/CFloat instances for ElementMike Ledger
2013-05-22operators for extraction of rows and columns, alternative concatenationAlberto Ruiz
2013-05-21Util: pairwise2D, rowOuters, null1, null1symAlberto Ruiz
2013-05-21NFData (Matrix t)Alberto Ruiz
2013-05-21diagBlockAlberto Ruiz
2013-05-21size, unitary, mtAlberto Ruiz
2013-05-21merge develop, fix conflictsAlberto Ruiz
2013-05-21meanCov moved to ContainerAlberto Ruiz
2013-05-08Implement uniRootJ for one-dimensional root-finding with derivativesAlex Lang
2013-05-08Implemented uniRoot for one-dimensional root-finding without derivativesAlex Lang
2013-04-11Fix off-by-one errors in gsl-aux.cTakano Akio
2013-03-17Matrix: Whitespace cleanupBen Gamari
2013-03-17Matrix: Implement mapMatrixWithIndex independentlyBen Gamari
2013-03-17Data.Packed.Matrix: mapMatrix* should pass indices as IntsBen Gamari
2012-07-30reference for Kronecker toolsAlberto Ruiz
2012-06-15kronecker toolsAlberto Ruiz
2012-06-10convolutionAlberto Ruiz
2012-03-21fall back to old ode if v2 not availableAlberto Ruiz
2012-03-19remove deprecatedAlberto Ruiz
2012-03-19orthAlberto Ruiz
2012-03-19rename module to Util, some changes, add cross product and dispAlberto Ruiz
2012-03-18change construction operatorsAlberto Ruiz
2012-03-14<\> admits multiple right-hand sidesAlberto Ruiz
2012-03-14new module Numeric.LinearAlgebra.RealAlberto Ruiz
2012-03-14type hint and thanksAlberto Ruiz
2012-03-13Merge remote-tracking branch 'wowus/master' into unsafeAlberto Ruiz
2012-03-11Missed a couple safe annotations.Clark Gaebel
2012-03-10Added back some safety.Clark Gaebel
2012-03-10Removed foreign import safety.Clark Gaebel
2012-02-27mergeAlberto Ruiz
2012-02-25odeSolveV with safe method interfaceAlberto Ruiz
2012-02-06add support for gsl_integration_qagi, gsl_integration_qagiu, gsl_integration_...Danny Chan
2012-02-05odeiv2Alberto Ruiz
2012-01-15Merge branch 'master' of github.com:AlbertoRuiz/hmatrixAlberto Ruiz
2012-01-08Fix multiply.Reiner Pope
2012-01-07remove warningsAlberto Ruiz
2012-01-07Make Matrix a product typeReiner Pope
2012-01-07Replace divMod with quotRem in matrixFromVectorReiner Pope
2012-01-07Removed NOINLINE on newUndefinedMatrix, newUndefinedVectorReiner Pope
2012-01-07Expose unchecked indexing functionsReiner Pope
2011-12-25remove warnings in glpk and special (Bas van Dijk's method)Alberto Ruiz
2011-12-24Warning police for GHC < 7.4Bas van Dijk
2011-12-24Warning policeBas van Dijk
2011-12-24Fix build on GHC-7.4.1-rc1Bas van Dijk