summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-02import Configure.hs from Setup.lhs to be compiled with the same version of CabalAlberto Ruiz
2011-02-22minor change and thanksAlberto Ruiz
2011-02-13change webpage and repoAlberto Ruiz
2011-02-13fix -arch i386Alberto Ruiz
2011-01-21version 0.11Alberto Ruiz
2011-01-21finit in 7.0.1Alberto Ruiz
2011-01-21disable normv test in 7.0.1Alberto Ruiz
2011-01-20-fvector TrueAlberto Ruiz
2011-01-20osx -arch i386Alberto 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-19typoAlberto Ruiz
2010-12-19thanksAlberto Ruiz
2010-12-19invlndetAlberto Ruiz
2010-12-14fixed bug in liftMatrix2AutoAlberto Ruiz
2010-11-17fixed pattern match failure in configure.hsAlberto Ruiz
2010-10-21option -f-binary (for testing ghc7)Alberto Ruiz
2010-10-20thanksAlberto 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-10-20mkComplex_e and other complex special functionsAlberto Ruiz
2010-10-19complex dilogarithmAlberto Ruiz
2010-09-28minor edit in docAlberto Ruiz
2010-09-28move successive to Tests and examplesAlberto Ruiz
2010-09-26add note about strictnessVivian McPhail
2010-09-26improve monadic maps performance (go functions)Vivian McPhail
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-23app signaturesAlberto Ruiz
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