]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - numerical-analysis.cabal
Get determinants working.
[numerical-analysis.git] / numerical-analysis.cabal
2013-02-24 Michael OrlitzkyReplace the whole Matrix implementation with something...
2013-02-20 Michael OrlitzkyAdd numeric-prelude to the deps.
2013-02-12 Michael OrlitzkyMove the Vector and Matrix modules under Linear.
2013-02-11 Michael OrlitzkyBump to fixed-vector-0.2.*.
2013-02-05 Michael OrlitzkyUpdate cabal file for the separate project/repo.
2013-02-05 Michael OrlitzkyFix import and module list names.
2013-02-03 Michael OrlitzkyAdd FixedVector and Matrix to the compiled modules.
2013-02-03 Michael OrlitzkyRemove unused dependencies.
2012-12-06 Michael OrlitzkyBump test deps for ghc-7.6.
2012-12-05 Michael OrlitzkyBump deps for ghc-7.6.
2012-11-23 Michael OrlitzkyUse filemanip to automatically doctest all source files.
2012-10-14 Michael OrlitzkyBump the doctest dependency.
2012-10-12 Michael OrlitzkyMake numbers == 3000.1.* required.
2012-09-11 Michael OrlitzkySplit Roots into Roots.Simple and Roots.Fast.
2012-09-09 Michael OrlitzkyAdd the numerical-analysis Haskell library.