index
:
joe/hmatrix.git
master
tower
typeable
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
base
/
src
/
Internal
/
LAPACK.hs
Age
Commit message (
Expand
)
Author
2017-03-21
Add tridiagonal solver and tests for it and triagonal solver.
Dominic Steinitz
2017-03-17
Support triangular matrices.
Dominic Steinitz
2016-10-07
Redefine (#)
exfalso
2015-07-11
ldl factorization
Alberto Ruiz
2015-06-30
subMatrix changed to non copying slice
Alberto Ruiz
2015-06-29
pass copied slice in linearSolve
Alberto Ruiz
2015-06-29
pass copied slice (svd)
Alberto Ruiz
2015-06-29
use lda in lus
Alberto Ruiz
2015-06-28
pass copied slice (eig)
Alberto Ruiz
2015-06-28
pass copied slice (qr, hess,schur,lu)
Alberto Ruiz
2015-06-28
pass copied slice to lapack (chol)
Alberto Ruiz
2015-06-27
use slice interface for lapack funcs (wip)
Alberto Ruiz
2015-06-24
initial support of sliceMatrix, remove transdata
Alberto Ruiz
2015-06-22
implicit rowOrder
Alberto Ruiz
2015-06-19
removed the annoying appN adapter for the foreign functions.
Alberto Ruiz
2015-06-08
modular C matrix product
Alberto Ruiz
2015-06-06
support for Int64 elements
Alberto Ruiz
2015-06-06
remove Tools
Alberto Ruiz
2015-06-05
move lapack
Alberto Ruiz