summaryrefslogtreecommitdiff
path: root/packages/base
AgeCommit message (Collapse)Author
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-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-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
2015-06-24initial support of sliceMatrix, remove transdataAlberto Ruiz
2015-06-22sliceMatrix (wip)Alberto Ruiz
2015-06-22implicit rowOrderAlberto Ruiz
2015-06-21clean unusedAlberto Ruiz
2015-06-20NFData for Mod, alternative luPacked'' using gaxpyAlberto Ruiz
2015-06-19removed the annoying appN adapter for the foreign functions.Alberto Ruiz
replaced by several overloaded app variants in the style of the module Internal.Foreign contributed by Mike Ledger.
2015-06-17improved luSolve', testsAlberto Ruiz
2015-06-17gemmmAlberto Ruiz
2015-06-17luSolve'Alberto Ruiz
2015-06-15increase test tolerance for x86_64Alberto Ruiz
2015-06-15documentation, more general cond, remove some unicode, minor changesAlberto Ruiz