Commit Graph

63 Commits

Author SHA1 Message Date
Vladimir Chalupecky
b96df58db9 all: add missing copyright headers 2018-06-22 17:32:53 +02:00
Vladimir Chalupecky
8e15068279 lapack/testlapack: add implementation comments to Dlaln2 test 2018-06-14 11:08:58 +02:00
Vladimir Chalupecky
1c98c3150f lapack/testlapack: add implementation comment to Dlarfx test 2018-06-14 10:15:45 +02:00
Vladimir Chalupecky
9868dba4c8 lapack/testlapack: add implementation comments to Dlanv2 test 2018-06-14 06:16:21 +02:00
Vladimir Chalupecky
1c4cf027b8 lapack/testlapack: use subtests in Dlanv2 test 2018-06-14 06:16:21 +02:00
Vladimir Chalupecky
d6b2d394f3 lapack/testlapack: reduce indentation in Dlanv2 test 2018-06-14 06:16:21 +02:00
Vladimir Chalupecky
9d5875b839 lapack/testlapack: add implementation comments to Dlaqr23 test 2018-06-13 05:58:30 +02:00
Vladimir Chalupecky
dab56ec365 lapack/testlapack: fix window size in Dlaqr23 test
It increases the test run time about 2.5 times.
2018-06-13 05:58:30 +02:00
Vladimir Chalupecky
13ff7a4432 lapack/testlapack: reduce indentation in Dlaqr23 test case creation 2018-06-13 05:58:30 +02:00
Dan Kortschak
9b6dcf36f0 all: fix up missing or malformatted package doc comments 2018-06-07 19:37:48 +09:30
Vladimir Chalupecky
c629b21c8a lapack/gonum: fix doc comment for Dtrevc3 2018-06-05 16:20:59 +02:00
Vladimir Chalupecky
e8fb15f875 lapack/gonum: fix opt work in Dgeqrf for zero-sized matrix 2018-05-13 16:38:34 +02:00
Vladimir Chalupecky
7a55c367a1 lapack/gonum: relax requirement on work length in Dbdsqr 2018-02-28 22:09:40 +01:00
Vladimir Chalupecky
287df04a63 lapack/testlapack: add test cases for Dlarfg 2018-01-24 23:26:37 +01:00
Vladimir Chalupecky
393c118c3f lapack/testlapack: fix test for Dlarfg 2018-01-24 23:26:37 +01:00
Vladimir Chalupecky
f14e8c9f10 lapack/gonum: reenable Dgeev and Dgebrd tests for noasm and appengine builds 2018-01-12 14:43:51 +01:00
Vladimir Chalupecky
2768e4f21b lapack/testlapack: loosen Dgeev test case tolerance 2018-01-12 14:43:51 +01:00
kortschak
69fc04c7c3 blas,lapack: remove reference to CGO installation 2018-01-07 11:04:21 +10:30
Vladimir Chalupecky
d4533cd4f6 blas,lapack,mat,unit: remove "Please" from documentation 2018-01-03 23:55:14 +01:00
kortschak
06f915dbd2 lapack/testlapack: relax tolerance for Dggsvd3
This is necessary to allow the netlib implementation to pass.
2017-12-07 16:20:57 +10:30
Vladimir Chalupecky
c1df604729 lapack/testlapack: improve conditioning of test matrices for Dtrtri
This also allows us to tighten the test tolerance.
2017-12-06 22:29:34 +01:00
kortschak
54a5f6f081 all: fix build and make tests pass with new streams 2017-11-17 12:38:53 +10:30
kortschak
fa0c5aa7bc all: use golang.org/x/exp/rand instead of math/rand 2017-11-17 11:52:34 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
kortschak
21d5891471 all: remove go1.7 build constraints 2017-10-27 13:48:47 +10:30
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