Commit Graph

38 Commits

Author SHA1 Message Date
mewmew
7e53ef2fae all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go

Keep original comment style (e.g. line comments and block comments).

Fix doc comments containing multiple line comments.

Remove vanity imports from all files except doc.go.

Fixes #12.

The source code of fixdocs is located at:
https://play.golang.org/p/7RtYLzldsO
2017-08-16 14:26:00 +02:00
mewmew
ac48587c92 Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit b2982a3e50.
2017-08-16 14:21:05 +02:00
mewmew
b2982a3e50 all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go

Keep original comment style (e.g. line comments and block comments).

Fix doc comments containing multiple line comments.
2017-08-16 14:07:36 +02:00
mewmew
5b4711aa15 Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit b0a98102dc.
2017-08-16 14:07:17 +02:00
mewmew
b0a98102dc all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go

Keep original comment style (e.g. line comments and block comments).
2017-08-16 14:02:26 +02:00
mewmew
7eaea7c428 Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit 00292b2d57.
2017-08-16 14:01:36 +02:00
mewmew
00292b2d57 all: use fixdocs tool to store package documentation in doc.go
Add copyright header to doc.go
2017-08-16 13:56:50 +02:00
mewmew
a37fef5a6d Revert "all: use fixdocs tool to store package documentation in doc.go"
This reverts commit 963877e5f5.
2017-08-16 13:54:16 +02:00
mewmew
963877e5f5 all: use fixdocs tool to store package documentation in doc.go 2017-08-16 13:19:00 +02:00
Vladimir Chalupecky
2ce95431c9 lapack/testlapack: increase coverage of Dgerqf 2017-08-09 09:57:10 +02:00
Vladimir Chalupecky
596412933b lapack/testlapack: decrease testing time for Dbdsqr 2017-08-09 09:56:51 +02:00
Brendan Tracey
b3ce51cd98 Add Dpbtf2 for computing the (unblocked) Cholesky decomposition of ba… (#137)
* Add Dpbtf2 for computing the (unblocked) Cholesky decomposition of banded matrices

* respond to PR comments
2017-07-19 07:53:54 -06:00
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