Commit Graph

16 Commits

Author SHA1 Message Date
btracey
46c983d26b Add Dsyev and test 2016-03-01 20:29:41 -07:00
kortschak
e799865a57 lapack/{cgo,native}: fix spelling errors 2016-02-10 10:31:40 +10:30
btracey
9d305b1cd0 Add Dgesvd to lapack64 interface 2016-01-21 17:02:32 -07:00
kortschak
68261830a0 lapack64: don't use overloaded English word 2015-09-21 09:17:24 +09:30
btracey
95634af9a3 Add inverse routines to lapack64 2015-09-13 20:34:58 -06:00
btracey
9bd3d1826b Add Dlanxx routines to lapack64 interface. 2015-09-10 22:54:24 -06:00
btracey
36fb7209e1 Add the Dxxcon routines to lapack64.The condition number routines
are used to check the condition number of a matrix before attempting a linear solve
2015-09-10 09:33:50 -06:00
btracey
cb05349a1e Remove unnecessary inputs to Trtrs in lapack64 2015-08-11 11:49:57 -06:00
Brendan Tracey
2eb39c45f4 Merge pull request #32 from gonum/qrlqsolve
Add cgo and lapack64 functions for performing a QR and LQ solve from …
2015-08-11 08:14:19 -06:00
btracey
2e760db794 Add cgo and lapack64 functions for performing a QR and LQ solve from the factorization 2015-08-10 23:56:05 -06:00
btracey
114c41e871 Fix Gels to return singular result 2015-08-09 23:17:03 -06:00
btracey
376807a880 Add the linear solve routines (Dgetrs, Dgels) to the lapack64 interface 2015-08-04 00:15:50 -06:00
btracey
80e9717bf5 Add LQ factorization to cgo and tests
Responded to PR comments
2015-08-03 23:14:09 -06:00
btracey
aa76326a1e Responded to PR comments 2015-08-03 16:59:00 -06:00
btracey
0331cab04a Add QR factorization to lapack64 interface. 2015-08-03 10:21:37 -06:00
btracey
578f42c8df Rearrange Lapack to be like BLAS. Implement cholesky decomposition
Responded to PR comments

modified travis file

Changed input and output types

added back needed types by cgo

Fixed perl script so it compiles

Changes to genLapack to allow compilation

Reinstate test-coverage.sh
2015-05-08 15:47:34 -07:00