summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2015-09-12Merge pull request #149 from varosi/feature/base-stackAlberto Ruiz
Stack build support for base package
2015-09-12Merge pull request #148 from varosi/feature/windows_buildsAlberto Ruiz
Fixed #125 build under Windows
2015-09-12Under Windows and Stack-based build OpenBLAS could be selected outside now. ↵Vassil Keremidchiev
Updated documentation.
2015-09-12Support for Stack build against LTS-3.3Vassil Keremidchiev
OpenBLAS support is enabled by default, because stack currently doesn't support --flags option from command line. See https://github.com/commercialhaskell/stack/issues/983
2015-09-10Bumping version to 0.17.0.1 about #125 fix for Windows.Vassil Keremidchiev
2015-09-10#125 Fixed pragma warningVassil Keremidchiev
2015-09-10#125 If we use OS X and FreeBSD equivalent for urandom() it is working under ↵Vassil Keremidchiev
Windows, too. But tests are not run, yet.
2015-09-07thanksAlberto Ruiz
2015-09-06Windows build with OpenBLASVassil Keremidchiev
Currently OpenBLAS building on Windows is not working. 1. Under Windows actual name of the library is libopenblas.dll and not openblas.dll 2. There were duplication of external dependencies: blas and lapack. Because extra-libraries was declared twice - for openstack condition and for OS condition. 3. I'm not sure how OpenBLAS is built on other OSes, so someone have to check this change on other OSes.
2015-09-01skip exactProp testAlberto Ruiz
2015-08-11add static inline to avoid multiple definition errorAlberto Ruiz
2015-08-09Possible fix for #141ntfrgl
2015-07-24Revert "Fix windows support"Alberto Ruiz
This reverts commit a544e9810ef34b8eb39f7856f500f25fce1cd207.
2015-07-24Revert "Correct names & Add C sources to the .cabal file"Alberto Ruiz
This reverts commit d0d0e6871518ae0a41fe1edd5d1c7b80e1704058.
2015-07-24Revert "Correct paths to C sources"Alberto Ruiz
This reverts commit 456f54adfbb8a91bce994ba2ee9045f94d46bf77.
2015-07-24unify THANKS in the base packageAlberto Ruiz
2015-07-22Merge pull request #140 from peddie/unittestsAlberto Ruiz
Unit tests for interpolation and simulated annealing modules
2015-07-22Fix copy-paste error in interpolation moduleMatthew Peddie
2015-07-22Add a unit test for the GSL simulated annealing moduleMatthew Peddie
2015-07-22Add unit tests for GSL interpolation moduleMatthew Peddie
2015-07-21thanksAlberto Ruiz
2015-07-21Merge remote-tracking branch 'origin/master' into wipAlberto Ruiz
2015-07-21change names: Herm, unSym, mTm, and rnf instancesAlberto Ruiz
2015-07-18Correct paths to C sourcesNightRa
2015-07-18Correct names & Add C sources to the .cabal fileNightRa
2015-07-18Fix windows supportNightRa
2015-07-17documentationAlberto Ruiz
2015-07-17QR typeAlberto Ruiz
2015-07-16Her, LU, LDL, Linear, AdditiveAlberto Ruiz
2015-07-15fix bug in CGAlberto Ruiz
2015-07-13make Numeric superclass of FieldAlberto Ruiz
2015-07-13minor doc changesAlberto Ruiz
2015-07-12documentationAlberto Ruiz
2015-07-11ldl factorizationAlberto Ruiz
2015-07-06use apply in saveMatrixAlberto Ruiz
2015-07-03fix subMatrix tot and testAlberto Ruiz
2015-07-01minor fixAlberto Ruiz
2015-07-01Revert "remove applyRaw"Alberto Ruiz
This reverts commit 89ace10b752b18cb4b9498d38344e4b0a716f575.
2015-06-30remove applyRawAlberto Ruiz
2015-06-30subMatrix changed to non copying sliceAlberto Ruiz
2015-06-30CTrans class to preserve slices in real transposesAlberto Ruiz
2015-06-30support slice in multiplyAlberto Ruiz
2015-06-29pass copied slice in linearSolveAlberto Ruiz
2015-06-29pass copied slice (svd)Alberto Ruiz
2015-06-29use lda in lusAlberto Ruiz
2015-06-28pass copied slice (eig)Alberto Ruiz
2015-06-28pass copied slice (qr, hess,schur,lu)Alberto Ruiz
2015-06-28pass copied slice to lapack (chol)Alberto Ruiz
2015-06-28copy sliceAlberto Ruiz
2015-06-27use slice interface for lapack funcs (wip)Alberto Ruiz