Commit Graph

51 Commits

Author SHA1 Message Date
Vladimir Chalupecky
2322b64d03 native: add test for Dlanv2 2016-04-26 09:02:54 +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
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
btracey
73bcbe04ae Add Dsteqr and tests 2016-02-09 20:32:11 -07:00
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
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
85520681af fix bad merge 2015-10-14 20:46:31 -06:00
btracey
4c660fa3e0 merge from master 2015-10-14 20:26:12 -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
ad7c1cae92 Add Dlartg and test 2015-10-14 16:32:20 -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
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
32bdb776ef Add Dgetrs (compute a solution based on LU factorization) and test.
Responded to PR comments
2015-08-02 09:14:58 -06:00
btracey
a0a68a3b68 Add dgetrf and tests
removed unnecessary requirement

Implement Dlaswp in both directions

Responded to PR comments
2015-08-01 21:20:48 -06:00
btracey
809045e88e Add Dgetf2 (unblocked LU algorithm) and tests
fixed incorrect comment and incorrect test

Real permutations and PR comments

Add cgo tests

fix indexing error

change return to ok

fix okays

fix ok
2015-07-29 23:48:29 -06:00
btracey
ec100cf00f Working implementation of blocked QR
Improved function documentation

Fixed dlarfb and dlarft and added full tests

Added dgelq2

Working Dgels

Fix many comments and tests

Many PR comment responses

Responded to more PR comments

Many PR comments
2015-07-15 00:43:15 -07:00
btracey
9351b1852e Added dlarf, tests, some auxiliary routines, and missing license headers
Added dlarf, tests, some auxiliary routines, and missing license headers

PR comments
2015-06-28 21:11:27 -07:00