Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | require vector >= 0.8 | Alberto Ruiz | |
2011-09-02 | thanks & bump version | Alberto Ruiz | |
2011-09-01 | Get rid of some deprecation warnings & Use more explicit imports | Bas van Dijk | |
2011-09-01 | Support vector >= 0.8 | Bas van Dijk | |
vector-0.8 provides a Read instance for Vectors. This patch hides hmatrix's own Read instance when vector >= 0.8. | |||
2011-08-29 | Conditional patch to allow compilation with vector 0.8 | markwright | |
2011-07-13 | generalized symmetric eigensystem | Alberto Ruiz | |
2011-05-02 | mapMatrixWithIndex, Mul, multiply.hs | Alberto Ruiz | |
2011-04-27 | fixed cmap signature | Alberto Ruiz | |
2011-03-30 | ghc-7.0.3 tested | Alberto Ruiz | |
2011-03-23 | findNaN | Alberto Ruiz | |
2011-03-12 | fpudebug | Alberto Ruiz | |
2011-03-09 | os x brew and rotTest tolerance | Alberto Ruiz | |
2011-01-21 | disable normv test in 7.0.1 | 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 | invlndet | 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-09-28 | minor edit in doc | Alberto Ruiz | |
2010-09-28 | move successive to Tests and examples | Alberto Ruiz | |
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 | 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. | |||
2010-09-21 | add MatrixBoot so ctrans, diag, ident in Numeri | Vivian McPhail | |
2010-09-20 | generalized diagRect | Alberto Ruiz | |
2010-09-20 | remove Fractional from Element | Vivian McPhail | |
2010-09-19 | C functions for Storable a => transdata, constantD | Vivian McPhail | |
2010-09-20 | move deprecated funcs to Numeric.Container | Alberto Ruiz | |
2010-09-18 | fix matrix min/maxElement | Vivian McPhail | |
2010-09-14 | more general pnorm | Alberto Ruiz | |
2010-09-13 | remove ComplexContainer | Alberto Ruiz | |
2010-09-13 | list instances in documentation for Numeric.Vector/Matrix | Vivian McPhail | |
2010-09-12 | improve chain -> optimiseMult function / documentation | Vivian McPhail | |
2010-09-11 | simple tests | Alberto Ruiz | |
2010-09-11 | add optimised chain matrix multiplication | Vivian McPhail | |
2010-09-11 | added generic konst | Alberto Ruiz | |
2010-09-11 | removed lapack-aux redundant casts | Alberto Ruiz | |
2010-09-11 | optimized conjugate | Alberto Ruiz | |