Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-01 | export liftMatrix2Auto | Alberto Ruiz | |
2010-02-01 | internal idim irows icols | Alberto Ruiz | |
2010-01-31 | auto replicate single row/column | Alberto Ruiz | |
2010-01-20 | block utest | Alberto Ruiz | |
2010-01-20 | exposed minimizeV, minimizeVD | Alberto Ruiz | |
2010-01-20 | more defined fromRows/fromColumns/fromBlocks | Alberto Ruiz | |
2010-01-18 | deprecate .* and */ | Alberto Ruiz | |
2010-01-18 | scalar moved to Linear and equal used for == | Alberto Ruiz | |
2010-01-16 | vecdisp, scalar, docs | Alberto Ruiz | |
2010-01-14 | dispf, disps | Alberto Ruiz | |
2009-12-30 | runBenchmarks | Alberto Ruiz | |
2009-12-29 | linearSolveLS, rq | Alberto Ruiz | |
2009-12-28 | additional eig functions | Alberto Ruiz | |
2009-12-28 | additional svd functions | Alberto Ruiz | |
2009-12-22 | fix ghc-6.12 warnings | Alberto Ruiz | |
2009-12-12 | ranksv and tests | Alberto Ruiz | |
2009-12-10 | remove NFData instances | Alberto Ruiz | |
2009-12-10 | Add 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-02 | new rnf instances | Alberto Ruiz | |
2009-11-18 | removed rnf instances | Alberto Ruiz | |
2009-11-16 | gnuplotpdf | Alberto Ruiz | |
2009-11-15 | uniformSample | Alberto Ruiz | |
2009-11-14 | added module Random.hs | Alberto Ruiz | |
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-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 | 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 | added Development module | 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 | |