Commit Graph

70 Commits

Author SHA1 Message Date
kortschak
0a88dcb8a8 cgo/clapack: use LAPACKE_func_work functions
This reduces allocations and harmonises the cgo and native behaviours.
2016-06-03 14:47:20 +09:30
Vladimir Chalupecky
2a708f2c6e testlapack: add test for Dlaqr5 that doesn't use reference data 2016-06-02 15:32:55 +09:00
Vladimir Chalupecky
16181c3a7e testlapack: add randomHessenberg function 2016-06-02 15:32:55 +09:00
Vladimir Chalupecky
1f34fc3dd3 testlapack: update test for Dlaqr5 to read testing data in JSON format 2016-06-02 15:32:55 +09:00
Vladimir Chalupecky
c400f8c7b1 testlapack/testdata: add generated testing data for Dlaqr5 2016-06-02 15:32:55 +09:00
Vladimir Chalupecky
4257888380 testlapack,native: add test for Dgehd2 2016-06-01 13:48:01 +09:00
Vladimir Chalupecky
712ed0c3dd testlapack: add test for Dlahr2 that doesn't use reference data 2016-05-27 18:26:30 +09:00
Vladimir Chalupecky
d64f16a4df testlapack: add test for Dlahr2 2016-05-26 18:22:53 +09:00
Vladimir Chalupecky
345442d197 internal/testdata/dlahr2test: add program for generating testing data 2016-05-26 18:22:53 +09:00
Vladimir Chalupecky
0e2dee2a87 testlapack: update and move helper functions 2016-05-26 18:22:53 +09:00
Vladimir Chalupecky
73fa4ef51d testlapack: add test for Dlaqr5 2016-05-16 10:07:02 +09:00
Vladimir Chalupecky
f1575d0675 native: add test for Dlaqr1 2016-04-26 10:06:25 +09:00
Vladimir Chalupecky
2322b64d03 native: add test for Dlanv2 2016-04-26 09:02:54 +09:00
Vladimir Chalupecky
8635293141 test: add blas.Lower to DsytrdTest 2016-04-25 21:45:37 +09:00
btracey
a7639f128b Add Dsyev and tests 2016-03-02 08:03:35 -07:00
btracey
c21ccf39fe Add Dsteqr and test 2016-03-01 19:27:18 -07:00
kortschak
3d87f56b23 testlapack: make tests independent 2016-02-16 08:57:16 +10:30
btracey
ddd5c016d1 Add Dorgtr and test 2016-02-15 12:28:26 -07:00
btracey
605e828c31 Merge branch 'master' of http://github.com/gonum/lapack into adddsytrd 2016-02-12 10:16:08 -07:00
btracey
fe0ba91d41 Add Dsytrd and tests 2016-02-12 10:16:02 -07:00
btracey
1f2f7c6ead Add Dorgql, dependency, and helper function for test 2016-02-12 10:09:54 -07:00
Brendan Tracey
29eff129d1 Merge pull request #91 from gonum/adddlatrd
Adddlatrd
2016-02-09 21:00:44 -07:00
btracey
73bcbe04ae Add Dsteqr and tests 2016-02-09 20:32:11 -07:00
kortschak
afb342abb1 testlapack: fix go vet errors 2016-02-10 10:37:26 +10:30
btracey
651825ac64 Adddsterf and tests 2016-02-03 23:15:47 -07:00
Brendan Tracey
55aafd86a1 Merge pull request #79 from gonum/adddgesvd
Adddgesvd
2016-01-06 22:30:07 -07:00
btracey
909081d32b remove orig 2016-01-06 21:38:58 -07:00
btracey
7016112fd0 fix merge 2016-01-06 21:38:15 -07:00
btracey
6296088b85 Add Dsytd2 and test 2016-01-05 17:02:53 -07:00
Brendan Tracey
4ecfd0048d Merge pull request #80 from gonum/adddlae2
Adddlae2
2016-01-04 22:48:33 -07:00
btracey
63d82fd754 Add dlae2 and test 2016-01-04 22:17:41 -07:00
btracey
b17779ebb3 Add dlanst and test 2016-01-04 15:49:56 -07:00
btracey
1211255fc4 Add Dbdsqr and test 2015-12-14 09:56:17 -07:00
btracey
b4c92ec2c1 Add Dorgbr and test. Fix bug in Dorgl2 while there 2015-12-11 17:00:35 -08:00
btracey
69fe9cef45 Add Dormbr and test 2015-12-10 08:16:12 -07:00
btracey
bd71f87f5f Add Dgebrd, Dgebd2, and Dlabrd and tests 2015-12-07 22:27:08 -07:00
btracey
be045bbf9a Add dorgqr and tests, update dorg2r tests, and fix cgo dorgqr 2015-10-27 17:45:04 -06:00
btracey
3d9d26a4f2 Add Dorg2r and test 2015-10-23 23:22:26 -06:00
btracey
88a0f81be5 Merge from master 2015-10-14 20:51:31 -06:00
btracey
173b0eaefc Merge from master 2015-10-14 20:24:29 -06:00
btracey
450cbc5022 Add dlasv2 and tests 2015-10-14 20:15:26 -06:00
btracey
36786dd6fa Add Dlartg and test 2015-10-14 20:08:47 -06:00
Brendan Tracey
38f524dc6e Merge pull request #61 from gonum/adddlas2
Adddlas2
2015-10-14 20:06:25 -06:00
btracey
1ea1bb2a96 Add dlasr 2015-10-14 19:04:49 -06:00
btracey
77ac281f7c Add dlas2 and tests 2015-10-14 16:20:59 -06:00
btracey
77927b49f4 Add Dlacpy and tests 2015-10-05 15:02:47 -06:00
btracey
7411c6944f AddDgetri for computing matrix inverses 2015-09-13 18:48:59 -06:00
btracey
8f06ad68cf Fix 2015-09-12 22:11:05 -06:00
btracey
6aea049391 pull from master 2015-09-12 22:08:28 -06:00
btracey
e131d240e5 Add Dtrti2 2015-09-12 21:32:00 -06:00