Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-23 | experimental build, build', konst' | Alberto Ruiz | |
2010-09-21 | move display/IO | Alberto Ruiz | |
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-13 | remove ComplexContainer | Alberto Ruiz | |
2010-09-11 | added generic konst | Alberto Ruiz | |
2010-09-11 | optimized conjugate | Alberto Ruiz | |
2010-09-09 | ctrans moved to Data.Packed.Matrix | Alberto Ruiz | |
2010-09-08 | re-export changes | Alberto Ruiz | |
2010-09-06 | Merged changes with conversion-linear | Vivian McPhail | |
2010-09-06 | working on conversion / linear | Alberto Ruiz | |
2010-09-05 | refactor Numeric Vector/Matrix and classes | Vivian McPhail | |
2010-08-31 | refactoring norms | Alberto Ruiz | |
2010-08-29 | removed unnecesary export of interface/instances | Alberto Ruiz | |
2010-08-28 | conversion function names | Alberto Ruiz | |
2010-08-28 | add withIndex traversal | Vivian McPhail | |
2010-08-27 | fix zipVector name to zipVectorWith | Vivian McPhail | |
2010-08-26 | Float matrix product | Alberto Ruiz | |
2010-08-25 | simpler Container typeclass | Alberto Ruiz | |
2010-08-13 | remove MonadIO constraint from mapVectorM(_) | Vivian McPhail | |
2010-07-27 | ghc-binary -> binary, and thanks | Alberto Ruiz | |
2010-07-13 | fix mapVectorM(_) and add example | Vivian McPhail | |
2010-07-12 | refactored Data.Packed.Vector to remove any numerics | Vivian McPhail | |
2010-07-12 | improve unzipVectorWith arguments | Vivian McPhail | |
2010-07-09 | generalised linspace | Vivian McPhail | |
2010-07-09 | generalised foldVector | Vivian McPhail | |
2010-07-09 | type signatures for use with vector package | Vivian McPhail | |
2010-07-09 | vectorMapM, vectorMapM_ | Vivian McPhail | |
2010-07-09 | added unzipVectorWith | Vivian McPhail | |
2010-07-08 | Linear and Floating (Complex Float) | Vivian McPhail | |
2010-07-08 | minor fix and thanks | Alberto Ruiz | |
2010-07-07 | rerename minIdx/maxIdx and deprecate vectorMinIdx | Vivian McPhail | |
2010-07-06 | complex implementations for Vectors typeclass | Vivian McPhail | |
2010-07-05 | added Vectors typeclass and refactored | Vivian McPhail | |
2010-07-02 | fixed-zero-chunk-size-in-binary-vector | Vivian McPhail | |
2010-07-01 | chunkified-binary-vector | Vivian McPhail | |
2010-06-29 | add-vector-float | Vivian McPhail | |
2010-06-21 | Binary instances for Vector and Matrix by Vivian McPhail | Alberto Ruiz | |
2010-05-12 | flag -fvector | Alberto Ruiz | |
2010-05-12 | more simplification | Alberto Ruiz | |
2010-05-11 | simplify modules | Alberto Ruiz | |
2010-04-23 | app5-10, some SCC, and other minor changes | Alberto Ruiz | |
2010-04-07 | toBlocks | Alberto Ruiz | |
2010-04-07 | mbCholSH | Alberto Ruiz | |
2010-03-28 | randomGaussian using chol | Alberto Ruiz | |
2010-03-09 | change haskell98 imports | gwern0 | |