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
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