summaryrefslogtreecommitdiff
path: root/lib/Numeric/ContainerBoot.hs
AgeCommit message (Collapse)Author
2014-05-08empty hmatrix-baseAlberto Ruiz
2014-05-06extend conformability to empty arraysAlberto Ruiz
2014-05-04allow empty arraysAlberto Ruiz
2014-04-30improved documentationAlberto Ruiz
2014-04-24build with bidirectional type inferenceAlberto Ruiz
2014-04-24konst with bidirectional type inferenceAlberto 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-01-30build with ghc-7.7Adam Vogt
this is probably the wrong approach and likely it breaks code that mentions the BoundsOf/ContainerOf
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
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-24Warning policeBas van Dijk
2011-12-24Fix build on GHC-7.4.1-rc1Bas van Dijk
2011-12-23ok also with ghc-7.0Alberto Ruiz
2011-12-22ok hmatrix, hmatrix-tests, hmatrix-glpkAlberto Ruiz
2011-04-27fixed cmap signatureAlberto Ruiz
2011-01-08documentationAlberto Ruiz
2011-01-01accumAlberto Ruiz
2011-01-01simplified liftMatrix2AutoAlberto Ruiz
2011-01-01examples/bool.hsAlberto Ruiz
2010-12-30condAlberto Ruiz
2010-12-28step, find, assocAlberto Ruiz
2010-09-27[hlint] Clean up language pragmasKhudyakov Alexey
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas
2010-09-26rename arctan to arctan2Vivian McPhail
2010-09-24add arctan to Container classVivian McPhail
2010-09-23ContainerBootAlberto Ruiz