summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-22fix ghc-6.12 warningsAlberto Ruiz
2009-12-12ranksv and testsAlberto Ruiz
2009-12-10remove NFData instancesAlberto Ruiz
2009-12-10acknowledgementAlberto Ruiz
2009-12-10Add functions buildVector and buildMatrix.Erik de Castro Lopo
Both take a size parameter(s) and a function that maps vector/matrix indices to the values at that position.
2009-12-02fix versionAlberto Ruiz
2009-12-02new rnf instancesAlberto Ruiz
2009-11-18removed rnf instancesAlberto Ruiz
2009-11-16minor fix in .cabalAlberto Ruiz
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