summaryrefslogtreecommitdiff
path: root/lib/Numeric
AgeCommit message (Expand)Author
2010-09-05add vector Product to VectorsVivian McPhail
2010-09-04unit tests for normsAlberto Ruiz
2010-09-04vector norms moved to VectorsAlberto Ruiz
2010-08-31refactoring normsAlberto Ruiz
2010-08-29removed unnecesary export of interface/instancesAlberto Ruiz
2010-08-29expose Numeric.LinearAlgebra.InstancesVivian McPhail
2010-08-28conversion function namesAlberto Ruiz
2010-08-27fix zipVector name to zipVectorWithVivian McPhail
2010-08-26Float matrix productAlberto Ruiz
2010-08-25simpler Container typeclassAlberto Ruiz
2010-08-23offset testAlberto Ruiz
2010-07-27compat with QuickCheck>=2.1.1Alberto Ruiz
2010-07-12refactored Data.Packed.Vector to remove any numericsVivian McPhail
2010-07-09generalised linspaceVivian McPhail
2010-07-08Linear and Floating (Complex Float)Vivian McPhail
2010-07-08minor fix and thanksAlberto Ruiz
2010-07-07rerename minIdx/maxIdx and deprecate vectorMinIdxVivian McPhail
2010-07-06rename Vectors index functionsVivian McPhail
2010-07-06vectors complex idx fixVivian McPhail
2010-07-06complex implementations for Vectors typeclassVivian McPhail
2010-07-05Vectors needs to be exportedVivian McPhail
2010-07-05added Vectors typeclass and refactoredVivian McPhail
2010-06-29add-vector-floatVivian McPhail
2010-05-12flag -fvectorAlberto Ruiz
2010-05-12more simplificationAlberto Ruiz
2010-05-11simplify modulesAlberto Ruiz
2010-04-24examples/parallel using toBlocksAlberto Ruiz
2010-04-23app5-10, some SCC, and other minor changesAlberto Ruiz
2010-04-07mbCholSHAlberto Ruiz
2010-04-06some changes in GSL.FittingAlberto Ruiz
2010-04-06fixed option -f-ddAlberto Ruiz
2010-03-30flag -f-ddAlberto Ruiz
2010-03-28solve benchmarkAlberto Ruiz
2010-03-27cholSolveAlberto Ruiz
2010-03-27interface to Levenberg-MarquardtAlberto Ruiz
2010-03-09change haskell98 importsgwern0
2010-03-01compatible with vectorAlberto Ruiz
2010-02-24created package hmatrix-specialAlberto Ruiz
2010-02-20fixed nullspace propAlberto Ruiz
2010-02-20safe-cheap flagAlberto Ruiz
2010-02-08check ts odeSolveAlberto Ruiz
2010-02-07added odeSolveAlberto Ruiz
2010-02-05deprecate <|> and <->Alberto Ruiz
2010-02-03updated examples, removed Util moduleAlberto Ruiz
2010-02-03dispcf, latexFormatAlberto Ruiz
2010-02-02added Numeric.LinearAlgebra.UtilAlberto Ruiz
2010-02-02table, splitEveryAlberto Ruiz
2010-02-01export liftMatrix2AutoAlberto Ruiz
2010-02-01internal idim irows icolsAlberto Ruiz
2010-01-31auto replicate single row/columnAlberto Ruiz