Commit Graph

56 Commits

Author SHA1 Message Date
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
btracey
bf5350c215 Add Dtrti2 2015-09-12 01:58:39 -06:00
btracey
d970711fb9 Add Dlaev2 2015-09-10 10:17:54 -06:00
Brendan Tracey
649c46e330 Merge pull request #45 from gonum/adddpocon
Add Dpocon and tests
2015-09-10 07:59:55 -06:00
btracey
38b3b1d951 Don't range over work. Len(work) can be larger than the usable memory, so ranging is incorrect 2015-09-09 23:45:27 -06:00
btracey
bffde37f95 Add Dpocon and tests 2015-09-09 23:00:50 -06:00
btracey
7476e69309 Add Dtrcon and test 2015-09-09 21:39:09 -06:00
Brendan Tracey
7b38c1f9f2 Merge pull request #42 from gonum/adddlansy
Adddlansy
2015-09-08 22:34:14 -06:00
btracey
311b5656d9 Add Dgecon and tests, plus small fix to Dlacn2 2015-09-08 20:41:48 -06:00
btracey
46c37910bc Add dlansy and test 2015-09-08 17:15:38 -06:00
btracey
88f250e5f0 Add Dlantr 2015-09-06 18:30:39 -06:00
btracey
8debf09945 Add drscl and tests, and fix the dlamch parameters while here. 2015-09-05 13:43:07 -06:00
btracey
80e9717bf5 Add LQ factorization to cgo and tests
Responded to PR comments
2015-08-03 23:14:09 -06:00
btracey
0331cab04a Add QR factorization to lapack64 interface. 2015-08-03 10:21:37 -06:00
kortschak
a5bda2fc24 testlapack: be more tolerant of singularity misses
Also remove Errorf in favour of Error where possible.
2015-08-03 11:49:33 +09:30