Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-05 | hmatrix-glpk dependency bound | Alberto Ruiz | |
2011-03-30 | ghc-7.0.3 tested | Alberto Ruiz | |
2011-03-23 | findNaN | Alberto Ruiz | |
2011-03-13 | simplified Setup.hs | Alberto Ruiz | |
2011-03-12 | fpudebug | Alberto Ruiz | |
2011-03-09 | fix extra-source-files | Alberto Ruiz | |
2011-03-09 | DFINIT for ghc-7.0.2 | Alberto Ruiz | |
2011-03-09 | os x brew and rotTest tolerance | Alberto Ruiz | |
2011-03-02 | import Configure.hs from Setup.lhs to be compiled with the same version of Cabal | Alberto Ruiz | |
2011-02-22 | minor change and thanks | Alberto Ruiz | |
2011-02-13 | change webpage and repo | Alberto Ruiz | |
2011-02-13 | fix -arch i386 | Alberto Ruiz | |
2011-01-21 | version 0.11 | Alberto Ruiz | |
2011-01-21 | finit in 7.0.1 | Alberto Ruiz | |
2011-01-21 | disable normv test in 7.0.1 | Alberto Ruiz | |
2011-01-20 | -fvector True | Alberto Ruiz | |
2011-01-20 | osx -arch i386 | Alberto Ruiz | |
2011-01-08 | documentation | Alberto Ruiz | |
2011-01-01 | accum | Alberto Ruiz | |
2011-01-01 | simplified liftMatrix2Auto | Alberto Ruiz | |
2011-01-01 | examples/bool.hs | Alberto Ruiz | |
2010-12-30 | cond | Alberto Ruiz | |
2010-12-28 | step, find, assoc | Alberto Ruiz | |
2010-12-19 | typo | Alberto Ruiz | |
2010-12-19 | thanks | Alberto Ruiz | |
2010-12-19 | invlndet | Alberto Ruiz | |
2010-12-14 | fixed bug in liftMatrix2Auto | Alberto Ruiz | |
2010-11-17 | fixed pattern match failure in configure.hs | Alberto Ruiz | |
2010-10-21 | option -f-binary (for testing ghc7) | Alberto Ruiz | |
2010-10-20 | thanks | Alberto Ruiz | |
2010-09-29 | [hlint] Remove redundant brackets and $'s | Khudyakov Alexey | |
2010-09-29 | [hlint] replace 'and . map f' with 'all f' | Khudyakov Alexey | |
2010-09-27 | [hlint] Clean up language pragmas | Khudyakov Alexey | |
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas | |||
2010-10-20 | mkComplex_e and other complex special functions | Alberto Ruiz | |
2010-10-19 | complex dilogarithm | Alberto Ruiz | |
2010-09-28 | minor edit in doc | Alberto Ruiz | |
2010-09-28 | move successive to Tests and examples | Alberto Ruiz | |
2010-09-26 | add note about strictness | Vivian McPhail | |
2010-09-26 | improve monadic maps performance (go functions) | Vivian McPhail | |
2010-09-26 | fix imports, examples | Alberto Ruiz | |
2010-09-26 | add successive | Vivian McPhail | |
2010-09-26 | rename arctan to arctan2 | Vivian McPhail | |
2010-09-24 | add arctan to Container class | Vivian McPhail | |
2010-09-23 | app signatures | Alberto Ruiz | |
2010-09-23 | ContainerBoot | Alberto Ruiz | |
2010-09-23 | minor doc fix, clean Plot | Alberto Ruiz | |
2010-09-23 | experimental build, build', konst' | Alberto Ruiz | |
2010-09-21 | move display/IO | Alberto Ruiz | |
2010-09-21 | add MatrixBoot.hs to darcs | Vivian McPhail | |
2010-09-21 | move conjugate* to Container | Vivian McPhail | |
The benefit of this patch is that Data.Packed.Internal.Matrix now has no numeric dependency. There is no 'optimisation' class for conjugateD, instead, different instances are directly specified in each Container instance. Unfortunately, an unsafeIO call now exists in Numeric.Container. |