summaryrefslogtreecommitdiff
path: root/lib/Numeric
AgeCommit message (Collapse)Author
2011-12-21fix CInt constructor warningsAlberto Ruiz
2011-12-14new package hmatrix-testsAlberto Ruiz
2011-09-02require vector >= 0.8Alberto Ruiz
2011-09-02thanks & bump versionAlberto Ruiz
2011-09-01Get rid of some deprecation warnings & Use more explicit importsBas van Dijk
2011-09-01Support vector >= 0.8Bas 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-29Conditional patch to allow compilation with vector 0.8markwright
2011-07-13generalized symmetric eigensystemAlberto Ruiz
2011-05-02mapMatrixWithIndex, Mul, multiply.hsAlberto Ruiz
2011-04-27fixed cmap signatureAlberto Ruiz
2011-03-30ghc-7.0.3 testedAlberto Ruiz
2011-03-23findNaNAlberto Ruiz
2011-03-12fpudebugAlberto Ruiz
2011-03-09os x brew and rotTest toleranceAlberto Ruiz
2011-01-21disable normv test in 7.0.1Alberto Ruiz
2011-01-08documentationAlberto Ruiz
2011-01-01accumAlberto Ruiz
2011-01-01simplified liftMatrix2AutoAlberto Ruiz
2011-01-01examples/bool.hsAlberto Ruiz
2010-12-30condAlberto Ruiz
2010-12-28step, find, assocAlberto Ruiz
2010-12-19invlndetAlberto Ruiz
2010-09-29[hlint] Remove redundant brackets and $'sKhudyakov Alexey
2010-09-29[hlint] replace 'and . map f' with 'all f'Khudyakov Alexey
2010-09-27[hlint] Clean up language pragmasKhudyakov Alexey
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas
2010-09-28minor edit in docAlberto Ruiz
2010-09-28move successive to Tests and examplesAlberto Ruiz
2010-09-26fix imports, examplesAlberto Ruiz
2010-09-26add successiveVivian McPhail
2010-09-26rename arctan to arctan2Vivian McPhail
2010-09-24add arctan to Container classVivian McPhail
2010-09-23ContainerBootAlberto Ruiz
2010-09-23minor doc fix, clean PlotAlberto Ruiz
2010-09-23experimental build, build', konst'Alberto Ruiz
2010-09-21move display/IOAlberto Ruiz
2010-09-21add MatrixBoot.hs to darcsVivian McPhail
2010-09-21move conjugate* to ContainerVivian 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-21add MatrixBoot so ctrans, diag, ident in NumeriVivian McPhail
2010-09-20generalized diagRectAlberto Ruiz
2010-09-20remove Fractional from ElementVivian McPhail
2010-09-19C functions for Storable a => transdata, constantDVivian McPhail
2010-09-20move deprecated funcs to Numeric.ContainerAlberto Ruiz
2010-09-18fix matrix min/maxElementVivian McPhail
2010-09-14more general pnormAlberto Ruiz
2010-09-13remove ComplexContainerAlberto Ruiz
2010-09-13list instances in documentation for Numeric.Vector/MatrixVivian McPhail
2010-09-12improve chain -> optimiseMult function / documentationVivian McPhail
2010-09-11simple testsAlberto Ruiz
2010-09-11add optimised chain matrix multiplicationVivian McPhail
2010-09-11added generic konstAlberto Ruiz