summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Matrix.hs
AgeCommit message (Collapse)Author
2013-05-21merge develop, fix conflictsAlberto Ruiz
2013-03-17Matrix: Whitespace cleanupBen Gamari
2013-03-17Matrix: Implement mapMatrixWithIndex independentlyBen Gamari
Previously this was piggybacking off of mapMatrixWithIndexM which would overflow the stack with large input
2013-03-17Data.Packed.Matrix: mapMatrix* should pass indices as IntsBen Gamari
2011-12-08fix haddock markup errorsAlberto Ruiz
2011-09-01Get rid of some deprecation warnings & Use more explicit importsBas van Dijk
2011-05-02mapMatrixWithIndex, Mul, multiply.hsAlberto Ruiz
2011-01-01simplified liftMatrix2AutoAlberto Ruiz
2010-12-14fixed bug in liftMatrix2AutoAlberto Ruiz
2010-10-21option -f-binary (for testing ghc7)Alberto Ruiz
2010-09-29[hlint] Remove redundant brackets and $'sKhudyakov Alexey
2010-09-27[hlint] Clean up language pragmasKhudyakov Alexey
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas
2010-09-23minor doc fix, clean PlotAlberto Ruiz
2010-09-23experimental build, build', konst'Alberto Ruiz
2010-09-21move display/IOAlberto Ruiz
2010-09-20generalized diagRectAlberto Ruiz
2010-09-20remove Fractional from ElementVivian McPhail
2010-09-11optimized conjugateAlberto Ruiz
2010-09-09ctrans moved to Data.Packed.MatrixAlberto Ruiz
2010-09-06Merged changes with conversion-linearVivian McPhail
2010-09-06working on conversion / linearAlberto Ruiz
2010-09-05refactor Numeric Vector/Matrix and classesVivian McPhail
2010-08-31refactoring normsAlberto Ruiz
2010-08-28conversion function namesAlberto Ruiz
2010-08-26Float matrix productAlberto Ruiz
2010-08-25simpler Container typeclassAlberto 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-06-29add-vector-floatVivian McPhail
2010-06-21Binary instances for Vector and Matrix by Vivian McPhailAlberto Ruiz
2010-05-12more simplificationAlberto Ruiz
2010-04-23app5-10, some SCC, and other minor changesAlberto Ruiz
2010-04-07toBlocksAlberto Ruiz
2010-02-07added odeSolveAlberto Ruiz
2010-02-03dispcf, latexFormatAlberto Ruiz
2010-02-02table, splitEveryAlberto Ruiz
2010-02-01export liftMatrix2AutoAlberto Ruiz
2010-01-20block utestAlberto Ruiz
2010-01-20more defined fromRows/fromColumns/fromBlocksAlberto Ruiz
2010-01-18scalar moved to Linear and equal used for ==Alberto Ruiz
2010-01-16vecdisp, scalar, docsAlberto Ruiz
2010-01-14dispf, dispsAlberto Ruiz
2009-12-10Add functions buildVector and buildMatrix.Erik de Castro Lopo
Both take a size parameter(s) and a function that maps vector/matrix indices to the values at that position.
2009-06-18saveMatrixAlberto Ruiz
2009-05-16loadMatrix (based on wc)Alberto Ruiz
2009-04-27more defined (|>) and (><) as suggested by Tracy WadleighAlberto Ruiz
2009-04-24More defined list-to-V/M operators: (|>|), (>|<).Tracy Wadleigh
Provides analogs of the (|>) and (><) operators that first apply an appropriate 'take' to the given lists so that they may be safely used on lists that are too long (or infinite) -- a feature I find particularly useful from the interactive prompt. As these operators are more defined, I would ask the package maintainer to consider, rather than adding (|>|) and (>|<), just updating the definitions of (|>) and (><) with the new semantics.
2008-11-05improved diagRectAlberto Ruiz
2008-11-05diag using STAlberto Ruiz