summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-16gnuplotpdfAlberto Ruiz
2009-11-15uniformSampleAlberto Ruiz
2009-11-14added module Random.hsAlberto Ruiz
2009-11-14randomVectorAlberto Ruiz
2009-11-13explicit export lists in internal modulesAlberto Ruiz
2009-11-10rankSVD, nullspaceSVDAlberto Ruiz
2009-11-06configure.hs for OS/X by Chris WatersonAlberto Ruiz
2009-10-15NFData instancesAlberto Ruiz
2009-10-15default transdata and constantDAlberto Ruiz
2009-06-19minor changesAlberto Ruiz
2009-06-18minor fixAlberto Ruiz
2009-06-18saveMatrixAlberto Ruiz
2009-06-17vector fread/fwrite, fscanf/fprinfAlberto Ruiz
2009-06-17added special transport and elljacAlberto Ruiz
2009-06-12minimize and root maxiter fixedAlberto Ruiz
2009-06-11check multimin iterate statusAlberto Ruiz
2009-06-10nmsimplex test compatAlberto Ruiz
2009-06-10check gsl versionAlberto Ruiz
2009-06-09exprel_n_CF_e not exportedAlberto Ruiz
2009-06-08auxiliary functions moved to Numeric.GSL.InternalAlberto Ruiz
2009-06-08included all GSL minimization methodsAlberto Ruiz
2009-06-07root finding with jacobianAlberto Ruiz
2009-06-05check dim in root functionAlberto Ruiz
2009-06-04improved windows installation instructionsAlberto Ruiz
2009-06-04added some root finding algorithmsAlberto Ruiz
2009-05-18free fromFile filenameAlberto Ruiz
2009-05-16headers removed in GSL Special functionsAlberto Ruiz
2009-05-16loadMatrix (based on wc)Alberto Ruiz
2009-05-13removed old examplesAlberto Ruiz
2009-05-13added Development moduleAlberto Ruiz
2009-05-09catching error exampleAlberto Ruiz
2009-05-04minor change in configure.hsAlberto Ruiz
2009-04-27first version of configure(.hs)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.
2009-04-18Algorithms module reorganized to fix documentation structureAlberto Ruiz
2009-04-18added minimizeVectorBFGS2Alberto Ruiz
2009-04-17restored C trans and constant for comparisonAlberto Ruiz
2009-04-17removed static experimentAlberto Ruiz
2009-04-10finit not required for ghc >= 6.10.2Alberto 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-12-08support for the accelerate framework on OS X, contributed by Simon BeaumontAlberto Ruiz
2008-11-30QuickCheck<2, ifdef i386 finit, and credit to Simon BeaumontAlberto Ruiz
2008-11-15minor changesAlberto Ruiz
2008-11-15zipVectorAlberto Ruiz
2008-11-14subMatrix reimplemented and removed auxi.cAlberto Ruiz
2008-11-14conj using mapVectorAlberto Ruiz
2008-11-14constantDAlberto Ruiz
2008-11-11fix transdataAlberto Ruiz