summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal
AgeCommit message (Expand)Author
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
2015-07-24Revert "Correct names & Add C sources to the .cabal file"Alberto Ruiz
2015-07-24Revert "Correct paths to C sources"Alberto 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-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-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
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
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
2015-06-14minor changesAlberto Ruiz
2015-06-13setRect, general luPacked' based on luSTAlberto Ruiz
2015-06-12row ops in STAlberto Ruiz
2015-06-09fix gaussElim, changelogAlberto Ruiz
2015-06-08gaussElim using foldMatrixAlberto Ruiz
2015-06-08instances for Mod m Z and Mod m IAlberto Ruiz
2015-06-08modular C matrix productAlberto Ruiz