summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-02-22minor change and thanksAlberto 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-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-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-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
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
2010-09-11removed lapack-aux redundant castsAlberto Ruiz
2010-09-11optimized conjugateAlberto Ruiz
2010-09-10minor comment and documentation fixesVivian McPhail
2010-09-09ctrans moved to Data.Packed.MatrixAlberto Ruiz
2010-09-09joined Vectors and ProductAlberto Ruiz
2010-09-08fixed type of vector normsAlberto Ruiz
2010-09-08add Conversion.hsAlberto Ruiz
2010-09-08re-export changesAlberto Ruiz