kortschak
d3dceefefd
graph/graphs/gen: allow dst to determine first ID number
2017-06-08 17:41:19 +09:30
Brendan Tracey
37243826c6
Merge pull request #52 from gonum/moveblas
...
blas: rename native package to gonum
2017-06-05 22:45:20 -06:00
Brendan Tracey
915cce4d2d
blas: rename native package to gonum
...
Fixes #33 .
2017-06-05 19:10:47 -06:00
Brendan Tracey
69b081c434
Merge pull request #49 from gonum/movelapack
...
lapack: rename native package to gonum
2017-06-05 18:49:25 -06:00
Brendan Tracey
1ba75721bb
lapack: rename native package to gonum
2017-06-04 10:24:00 -06:00
kortschak
78cae8fb4c
matrix/mat64: fix spelling
2017-06-04 08:20:08 +09:30
Vladimir Chalupecky
865bf3cd8d
Merge branch 'lapack-megacheck'
2017-06-03 07:43:51 +02: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
Vladimir Chalupecky
e15809cde7
Merge branch 'matrix-megacheck'
2017-06-02 08:20:20 +02:00
Vladimir Chalupecky
f8baf8bbd0
matrix/mat64: fix wrong return statement
2017-06-02 07:57:42 +02:00
Vladimir Chalupecky
0c357013c6
matrix/mat64: remove redundant return statements
2017-06-02 07:57:42 +02:00
Vladimir Chalupecky
a2857d277a
matrix/mat64: remove unused const
2017-06-02 07:57:36 +02:00
Vladimir Chalupecky
292b249a3e
matrix/mat64: remove unused functions
2017-06-02 06:52:30 +02:00
Vladimir Chalupecky
1d81b478da
matrix/mat64: remove unused field in TestPowN
2017-06-02 06:52:30 +02:00
Vladimir Chalupecky
125953bc84
Merge branch 'blas-megacheck'
2017-06-02 06:51:45 +02:00
Vladimir Chalupecky
5f46a45c93
blas/native: run go generate
2017-06-02 06:51:22 +02:00
Vladimir Chalupecky
f74c2133c7
blas/testblas: remove unused field in DtbsvTest
2017-06-02 06:51:22 +02:00
Vladimir Chalupecky
76647ce775
blas/testblas: remove unused field in DgerTest
2017-06-02 06:51:22 +02:00
Vladimir Chalupecky
5d0e384cd0
blas/testblas: remove unused fields in DgemvCase struct
2017-06-02 06:51:22 +02:00
Vladimir Chalupecky
945d88aee0
blas/testblas: remove unused fields in DgemmCase struct
2017-06-02 06:51:22 +02:00
Vladimir Chalupecky
d44c4585bd
blas/testblas: replace for loop with copy
2017-06-02 06:51:22 +02:00
Vladimir Chalupecky
5ca29eab2a
blas/native: remove unused debug constant
2017-06-02 06:51:22 +02:00
Vladimir Chalupecky
bfd964a241
blas/native: remove redundant return statements
2017-06-02 06:51:22 +02:00
Vladimir Chalupecky
130e7af230
blas/native: remove unused methods on general64
2017-06-02 06:51:22 +02:00
Vladimir Chalupecky
49d4aa112a
optimize: remove lint found by megacheck
2017-06-01 22:07:40 +02:00
Vladimir Chalupecky
219e585fd1
matrix/mat64: use Ormlq in LQ.QTo
2017-06-01 11:29:59 +02:00
kortschak
56cd36bedf
matrix/mat64: add missing panic comments
2017-06-01 09:04:39 +09:30
kortschak
c3f8a25e96
stat: use the updated decomposition extraction API
2017-06-01 09:04:39 +09:30
kortschak
67bc20e87d
matrix/mat64: provide sugar for easy matrix extraction
2017-06-01 09:04:39 +09:30
kortschak
15641d34f4
matrix/mat64: reverse API signatures for matrix extraction
2017-06-01 09:04:39 +09:30
kortschak
c1725b9fe9
travis: check code is simplified
2017-05-31 16:43:23 +09:30
kortschak
6d2a59dbb7
all: run gofmt -s
2017-05-31 16:43:23 +09:30
kortschak
1a18034e61
graph/simple: factor id handling out of graphs
2017-05-31 11:33:05 +09:30
Sebastien Binet
d0fc9efef3
blas,lapack,matrix: remove obsolete .travis directory
...
Fixes gonum/gonum#25 .
2017-05-26 12:03:08 +02:00
kortschak
dd79751708
matrix: fix doc generation
2017-05-26 14:05:05 +09:30
kortschak
ced0e4b7d5
lapack/native,stat: skip noasm-failing tests
2017-05-26 14:05:05 +09:30
kortschak
e1b11c54bb
graph/encoding/dot: fix gofmt
2017-05-26 14:05:05 +09:30
kortschak
07249683b4
travis: perform full set of tests
2017-05-26 14:05:01 +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
dcb9a98357
Merge pull request #15 from gonum/fixcanon
...
Add remaining canonical import paths
2017-05-25 21:03:26 -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