Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-14 | randomVector | Alberto Ruiz | |
2009-11-13 | explicit export lists in internal modules | Alberto Ruiz | |
2009-11-10 | rankSVD, nullspaceSVD | Alberto Ruiz | |
2009-11-06 | configure.hs for OS/X by Chris Waterson | Alberto Ruiz | |
2009-10-15 | NFData instances | Alberto Ruiz | |
2009-10-15 | default transdata and constantD | Alberto Ruiz | |
2009-06-19 | minor changes | Alberto Ruiz | |
2009-06-18 | minor fix | Alberto Ruiz | |
2009-06-18 | saveMatrix | Alberto Ruiz | |
2009-06-17 | vector fread/fwrite, fscanf/fprinf | Alberto Ruiz | |
2009-06-17 | added special transport and elljac | Alberto Ruiz | |
2009-06-12 | minimize and root maxiter fixed | Alberto Ruiz | |
2009-06-11 | check multimin iterate status | Alberto Ruiz | |
2009-06-10 | nmsimplex test compat | Alberto Ruiz | |
2009-06-10 | check gsl version | Alberto Ruiz | |
2009-06-09 | exprel_n_CF_e not exported | Alberto Ruiz | |
2009-06-08 | auxiliary functions moved to Numeric.GSL.Internal | Alberto Ruiz | |
2009-06-08 | included all GSL minimization methods | Alberto Ruiz | |
2009-06-07 | root finding with jacobian | Alberto Ruiz | |
2009-06-05 | check dim in root function | Alberto Ruiz | |
2009-06-04 | improved windows installation instructions | Alberto Ruiz | |
2009-06-04 | added some root finding algorithms | Alberto Ruiz | |
2009-05-18 | free fromFile filename | Alberto Ruiz | |
2009-05-16 | headers removed in GSL Special functions | Alberto Ruiz | |
2009-05-16 | loadMatrix (based on wc) | Alberto Ruiz | |
2009-05-13 | removed old examples | Alberto Ruiz | |
2009-05-13 | added Development module | Alberto Ruiz | |
2009-05-09 | catching error example | Alberto Ruiz | |
2009-05-04 | minor change in configure.hs | Alberto Ruiz | |
2009-04-27 | first version of configure(.hs) | Alberto Ruiz | |
2009-04-27 | more defined (|>) and (><) as suggested by Tracy Wadleigh | Alberto Ruiz | |
2009-04-24 | More 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-18 | Algorithms module reorganized to fix documentation structure | Alberto Ruiz | |
2009-04-18 | added minimizeVectorBFGS2 | Alberto Ruiz | |
2009-04-17 | restored C trans and constant for comparison | Alberto Ruiz | |
2009-04-17 | removed static experiment | Alberto Ruiz | |
2009-04-10 | finit not required for ghc >= 6.10.2 | Alberto Ruiz | |
2009-01-19 | credits to Daniel Shüssler and fix scale for complex trig tests | Alberto Ruiz | |
2009-01-19 | Compatibility with QuickCheck 2 as well as QuickCheck 1 | Daniel 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-08 | support for the accelerate framework on OS X, contributed by Simon Beaumont | Alberto Ruiz | |
2008-11-30 | QuickCheck<2, ifdef i386 finit, and credit to Simon Beaumont | Alberto Ruiz | |
2008-11-15 | minor changes | Alberto Ruiz | |
2008-11-15 | zipVector | Alberto Ruiz | |
2008-11-14 | subMatrix reimplemented and removed auxi.c | Alberto Ruiz | |
2008-11-14 | conj using mapVector | Alberto Ruiz | |
2008-11-14 | constantD | Alberto Ruiz | |
2008-11-11 | fix transdata | Alberto Ruiz | |
2008-11-08 | replaced transdata | Alberto Ruiz | |
2008-11-07 | old tag: 0.5.0.1 | Alberto Ruiz | |
2008-11-05 | improved constant | Alberto Ruiz | |