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