summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal/C
AgeCommit message (Expand)Author
2018-11-08Add generalized eigenvalues via dggev and zggevMaxim Koltsov
2017-03-21Add tridiagonal solver and tests for it and triagonal solver.Dominic Steinitz
2017-03-17Support triangular matrices.Dominic Steinitz
2016-12-19add reorderVector function for tensor libraries (e.g. hTensor) to implement t...Kevin Slagle
2015-10-07fix windows link error, issue #154maxc01
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
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-18Correct paths to C sourcesNightRa
2015-07-18Correct names & Add C sources to the .cabal fileNightRa
2015-07-18Fix windows supportNightRa
2015-07-11ldl factorizationAlberto 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-27use slice interface for lapack funcs (wip)Alberto Ruiz
2015-06-24initial support of sliceMatrix, remove transdataAlberto Ruiz
2015-06-17gemmmAlberto Ruiz
2015-06-13setRect, general luPacked' based on luSTAlberto Ruiz
2015-06-12row ops in STAlberto Ruiz
2015-06-08instances for Mod m Z and Mod m IAlberto Ruiz
2015-06-08modular C matrix productAlberto Ruiz
2015-06-06support for Int64 elementsAlberto Ruiz
2015-06-06int64_t C funsAlberto Ruiz
2015-06-05remove transP and constantPAlberto Ruiz
2015-06-04move C functions to a more appropriate fileAlberto Ruiz
2015-06-04move c sourcesAlberto Ruiz