Commit Graph

213 Commits

Author SHA1 Message Date
Vladimir Chalupecky
9a5244455e lapack/testlapack: add implementation comments to Dlasr test 2018-11-25 10:14:57 +01:00
Vladimir Chalupecky
c015e0732d lapack/testlapack: add implementation comments to Dlatrd test 2018-11-25 10:14:57 +01:00
Vladimir Chalupecky
6dfebf106b lapack/testlapack: add implementation comments to Dorg2r test 2018-11-25 10:14:57 +01:00
Vladimir Chalupecky
4bcd344ac3 lapack/testlapack: add implementation comments to Dorgtr test 2018-11-25 10:14:57 +01:00
Vladimir Chalupecky
7c04cab020 lapack/testlapack: add implementation comments to Dtrti2 test 2018-11-25 10:14:57 +01:00
Vladimir Chalupecky
e5e06d8b76 lapack/testlapack: use lda at least 1 in test for Dormlq 2018-11-22 06:27:37 +01:00
Vladimir Chalupecky
ce429941af lapack/testlapack: use real arguments in workspace query calls 2018-11-22 06:27:37 +01:00
Vladimir Chalupecky
c8e06d77e8 lapack/testlapack: add implementation comments to Dtrtri test 2018-11-20 22:53:12 +01:00
Vladimir Chalupecky
c0cf10d539 lapack: rename NormFrob to Frobenius 2018-10-17 15:04:24 +02:00
Vladimir Chalupecky
3a1f3daf9f lapack,mat: rename SVDInPlace constant to SVDStore 2018-10-17 15:04:24 +02:00
Vladimir Chalupecky
ac10ac454b lapack: rename EVRightLeft to EVBoth 2018-10-17 15:04:24 +02:00
Vladimir Chalupecky
406815f7a7 lapack: remove None const 2018-09-25 06:27:23 +02:00
Vladimir Chalupecky
8ecf638470 lapack: add SchurComp and SchurUpdateComp types and consts, rename EVComp consts 2018-09-25 06:27:23 +02:00
Vladimir Chalupecky
6d5ac7aa26 lapack: rename DecompUpdate and add GenOrtho types and consts 2018-09-25 06:27:23 +02:00
Dan Kortschak
3f94af49e6 testlapack: quieten vet for unkeyed composite literals in importable code 2018-09-02 07:59:12 +09:30
Vladimir Chalupecky
3092bd2577 lapack: add BalanceNone const 2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
b132fde8ea lapack: rename HowMany type and consts 2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
7ef6056c6f lapack: rename EVSide consts 2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
d3817b5e18 lapack: add SchurJob type 2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
a6f3f37374 lapack: rename LeftEV and RightEV job constants 2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
de667f08e7 lapack: rename ComputeEV and add EVNone 2018-08-23 06:57:27 +02:00
Vladimir Chalupecky
1ec00850c6 lapack: add BalanceJob type 2018-08-21 15:05:50 +02:00
Vladimir Chalupecky
929014505b blas/blas64: reorder struct fields
Reorder vector and matrix struct fields to match the order in which BLAS
routines accept them. This makes calls with inline declarations with
unnamed fields consistent and easier to understand.
2018-08-16 18:54:07 +02:00
Vladimir Chalupecky
07dedad3fa lapack/testlapack: separate gonum import by blank line 2018-07-30 12:32:33 +02:00
Vladimir Chalupecky
77faf9932c lapack/testlapack: clean up Dorg2lTest 2018-07-30 12:32:33 +02:00
Vladimir Chalupecky
19fd162bf9 lapack/testlapack: clean up hasOrthonormalColumns helper 2018-07-30 12:32:33 +02:00
Vladimir Chalupecky
25826f7966 lapack/testlapack: fix comments and error messages about orthogonality 2018-07-30 12:32:33 +02:00
Vladimir Chalupecky
22345aeeda lapack/testlapack: use isOrthogonal in Dsytd2 2018-07-30 12:32:33 +02:00
Vladimir Chalupecky
ac556fa015 lapack/testlapack: add test for randomOrthogonal
... and remove the orthogonality assertion in randomOrthogonal.
2018-07-30 12:32:33 +02:00
Vladimir Chalupecky
99b6f69bff lapack/testlapack: move randomOrthogonal 2018-07-30 12:32:33 +02:00
Vladimir Chalupecky
6f49b3c58f lapack/testlapack: rename isOrthonormal to isOrthogonal 2018-07-30 12:32:33 +02:00
Vladimir Chalupecky
6c36e0d6b7 lapack/testlapack: clean up isOrthonormal 2018-07-30 12:32:33 +02:00
Vladimir Chalupecky
6cb44aa022 lapack/testlapack: use isOrthonormal instead of ad hoc checks 2018-07-30 12:32:33 +02:00
Vladimir Chalupecky
ea0a224362 lapack/testlapack: add test for Dpotrs 2018-07-30 09:03:01 +02:00
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
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
2768e4f21b lapack/testlapack: loosen Dgeev test case tolerance 2018-01-12 14:43:51 +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