Commit Graph

126 Commits

Author SHA1 Message Date
kortschak
0f349255d4 README: update old repo READMEs 2017-07-10 07:03:44 +09:30
kortschak
7af70dd796 all: fix many go vet errors 2017-06-20 16:29:35 +09:30
kortschak
a1347c0243 all: fix spelling errors 2017-06-20 16:29:35 +09:30
kortschak
6557c5dc64 all: simplify code identified by gosimple 2017-06-20 15:04:11 +09:30
Vladimir Chalupecky
a8fc114e6d lapack/gonum: remove unused assignment to local variable in Dlasq4
See https://github.com/Reference-LAPACK/lapack/issues/158 for this
change done in the reference LAPACK.
2017-06-17 09:22:52 +02:00
Brendan Tracey
1ba75721bb lapack: rename native package to gonum 2017-06-04 10:24:00 -06:00
Vladimir Chalupecky
77c160c8f0 lapack/testlapack: remove some lint found by megacheck 2017-06-02 19:20:06 +02:00
Vladimir Chalupecky
d399fd561a lapack/native: remove unused panic strings 2017-06-02 19:11:03 +02:00
Vladimir Chalupecky
98fe3c5105 lapack/native: use badEVSide panic string 2017-06-02 12:52:02 +02:00
Vladimir Chalupecky
7e664cbf8c lapack/native: remove unused const 2017-06-02 12:51:37 +02:00
Vladimir Chalupecky
603f439996 lapack/native: remove unused variables in Dlasq2 and Dlasq5 2017-06-02 12:43:32 +02:00
Vladimir Chalupecky
109d7602bd lapack/native: omit comparison to bool constant 2017-06-02 10:58:59 +02:00
Vladimir Chalupecky
a3a30724e2 lapack/native: fix wrong short variable declaration 2017-06-02 10:56:38 +02:00
Sebastien Binet
d0fc9efef3 blas,lapack,matrix: remove obsolete .travis directory
Fixes gonum/gonum#25.
2017-05-26 12:03:08 +02:00
kortschak
ced0e4b7d5 lapack/native,stat: skip noasm-failing tests 2017-05-26 14:05:05 +09:30
kortschak
ee9686e444 blas,graph,lapack: fix imports and code generation 2017-05-26 12:39:54 +09:30
Brendan Tracey
b12587ceac Merge pull request #16 from gonum/removecgo
blas/lapack/internal: Remove cgo packages
2017-05-25 21:03:46 -06:00
Brendan Tracey
27963ab707 blas/lapack/internal: Remove cgo packages
This removes the cgo packages from the main gonum library now that they have been moved to gonum.org/v1/netlib. Specifically, this removes blas/cgo, lapack/cgo, and internal/binding
2017-05-25 21:02:52 -06:00
Brendan Tracey
766d140e92 Add remaining canonical import paths 2017-05-25 21:01:46 -06:00
kortschak
37850ca814 all: add canonical imports 2017-05-25 16:07:18 +09:30
Brendan Tracey
e70111877f all: delete extra travis files 2017-05-23 00:03:46 -06:00
Brendan Tracey
d33397aa65 all: change import paths 2017-05-23 00:03:03 -06:00
Brendan Tracey
c474e8b33b lapack: imported lapack as a subtree 2017-05-23 00:02:46 -06:00
David Neumann
da2378864e added dqr 2014-01-29 21:25:01 +01:00
David Neumann
20313fb406 fixed import paths 2014-01-27 08:58:26 +01:00
David Neumann
6b31ce2cf5 initial commit 2014-01-27 08:55:37 +01:00