Commit Graph

25 Commits

Author SHA1 Message Date
btracey
173b0eaefc Merge from master 2015-10-14 20:24:29 -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
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