Commit Graph

28 Commits

Author SHA1 Message Date
Vladimir Chalupecky
f4dbaaea62 lapack,native,cgo: rename JobEV to EVJob 2016-10-07 15:26:13 +09:00
Vladimir Chalupecky
efcc5f8fec native,cgo: replace lapack.EigComp with lapack.JobEV in Dsyev 2016-10-07 15:26:13 +09:00
Vladimir Chalupecky
8e7c4f0b6f lapack64: add Geev 2016-10-05 11:03:20 +09:00
Vladimir Chalupecky
04314250a8 lapack64: update docs for Ormqr 2016-08-25 20:10:30 +09:00
Vladimir Chalupecky
88aa36bca1 all: switch to subscript+brace notation for elementary reflectors 2016-04-18 11:40:40 +09:00
Vladimir Chalupecky
4b93a201c9 all: unify notation for elementary reflectors 2016-04-18 11:40:40 +09:00
Vladimir Chalupecky
93393fe5b1 lapack64: fix description of elementary reflectors 2016-04-18 11:40:40 +09:00
Vladimir Chalupecky
4e011b5d38 lapack64: improve doc for Potrf 2016-04-15 23:34:57 +09:00
Vladimir Chalupecky
4370417785 lapack64: zero index elementary reflectors in docs 2016-04-15 10:02:11 +09:00
Vladimir Chalupecky
82f68f4463 lapack64: fix and clean up doc comments 2016-04-15 10:02:05 +09:00
btracey
a7639f128b Add Dsyev and tests 2016-03-02 08:03:35 -07:00
Brendan Tracey
6830cc0dbc Revert "Adddsyev" 2016-03-01 20:40:11 -07:00
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