summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra
AgeCommit message (Collapse)Author
2009-04-18added minimizeVectorBFGS2Alberto Ruiz
2009-04-17restored C trans and constant for comparisonAlberto Ruiz
2009-01-19credits to Daniel Shüssler and fix scale for complex trig testsAlberto Ruiz
2009-01-19Compatibility with QuickCheck 2 as well as QuickCheck 1Daniel Schüssler
Used the C preprocessor to make it compile against either QuickCheck version. Added some implementations for the new "shrink" method of class Arbitrary. The tests (runTests 10) succeed when compiled with QC 1. With QC 2 (runTests 10 too) the fourth "vector operations" test (complex trigonometry) now fails. I don't know whether this is a bug in my changes, or whether QC 2 just generates Doubles differently and thus uncovered a real bug.
2008-11-30QuickCheck<2, ifdef i386 finit, and credit to Simon BeaumontAlberto Ruiz
2008-11-14subMatrix reimplemented and removed auxi.cAlberto Ruiz
2008-11-05improved constantAlberto Ruiz
2008-11-04multiply/trans okAlberto Ruiz
2008-10-27added luSolveAlberto Ruiz
2008-10-24added dgetrs support for solving linear systems from LU factorizationReiner Pope
2008-10-23NaN problem solved with asm(finit)Alberto Ruiz
2008-10-22-WallAlberto Ruiz
2008-10-17fast signum/abs Vector instanceDylan Simon
2008-10-15debug info for the NaN bugAlberto Ruiz
2008-10-15expose-bug flagAlberto Ruiz
2008-10-14ok with ghc-6.10-rcAlberto Ruiz
2008-10-05workaround optionAlberto Ruiz
2008-10-02alternative multiply versionsAlberto Ruiz
2008-06-27tested with ghc-6.8.3Alberto Ruiz
2008-06-10make empty lines with backslashes CPP friendlyDon Stewart
2008-04-17Read instancesAlberto Ruiz
2008-03-24update info on installation in WindowsAlberto Ruiz
2008-03-05add Intel's MKL supportAlberto Ruiz
2008-03-02testing modules okAlberto Ruiz
2008-02-27tests reorganizedAlberto Ruiz
2008-02-23working on testsAlberto Ruiz
2008-02-21working on testsAlberto Ruiz
2008-02-05arbitrary well-conditioned matricesAlberto Ruiz
2008-02-03test modules reorganizedAlberto Ruiz
2008-01-28added the Testing module (and minor changes in instance definitions)Alberto Ruiz
2008-01-17removed f2c.hAlberto Ruiz
2008-01-17f2c.h hack, trying to support both 32 and 64 bit mahinesAlberto Ruiz
2007-12-03lapack luAlberto Ruiz
2007-11-30hide internal modulesAlberto Ruiz
2007-11-23removed many -Wall warningsAlberto Ruiz
2007-11-22minor changesAlberto Ruiz
2007-11-22app1, app2, ...Alberto Ruiz
2007-11-12withMatrixAlberto Ruiz
2007-11-12data structures simplificationAlberto Ruiz
2007-11-03simple sqrtmAlberto Ruiz
2007-10-31Field->Element, GenMat->FieldAlberto Ruiz
2007-10-31added general expm described in Golub and Van LoanAlberto Ruiz
2007-10-31-norm, +rcond, +kroneckerAlberto Ruiz
2007-10-29fixed economy svdAlberto Ruiz
2007-10-27added expm for diagonalizable matrices (experimental)Alberto Ruiz
2007-10-27added docAlberto Ruiz
2007-10-26added Schur factorizationAlberto Ruiz
2007-10-26added Hessenberg factorizationAlberto Ruiz
2007-10-23removed conjTransAlberto Ruiz
2007-10-19some refactoringAlberto Ruiz