Commit Graph

32 Commits

Author SHA1 Message Date
Vladimir Chalupecky
ee1b8334b2 testlapack: test Dgeev for intermediate workspace size 2016-10-05 11:36:39 +09:00
Vladimir Chalupecky
fa74860f4a testlapack: add randomOrthogonal 2016-10-05 10:41:50 +09:00
Vladimir Chalupecky
aca21d339e testlapack: add rootsOfUnity help function 2016-10-05 10:24:14 +09:00
Vladimir Chalupecky
800ae9d9c1 testlapack: add auxiliary routines for checking eigenvectors 2016-09-29 15:47:50 +09:00
Vladimir Chalupecky
cc184eac50 testlapack: return index from containsComplex and update tests 2016-09-07 11:27:27 +09:00
Vladimir Chalupecky
64a340e2db testlapack: add copyGeneral utility function 2016-09-07 11:27:27 +09:00
Vladimir Chalupecky
5a6eecdca0 testlapack: change randomSparseGeneral to unbalancedSparseGeneral
... and make it take the number of nonzeros instead of just the probability of
an element being nonzero.
2016-09-01 10:05:42 +09:00
Vladimir Chalupecky
7f9a8f62e3 testlapack: add randomSparseGeneral and isUpperTriangular utility functions 2016-08-30 10:39:53 +09:00
Vladimir Chalupecky
ea1e73995d testlapack: rename isHessenberg to isUpperHessenberg 2016-08-18 06:31:47 +09:00
Vladimir Chalupecky
dc7d85e1a9 testlapack: remove isAnyNaN helper function
floats.HasNaN exists
2016-08-18 06:29:40 +09:00
Vladimir Chalupecky
d093c738ed testlapack: add some helper functions 2016-08-17 17:18:28 +09:00
Vladimir Chalupecky
8aa2469a2b testlapack: add test for Dtrexc 2016-08-12 15:01:15 +09:00
Vladimir Chalupecky
af40c3c091 testlapack: add helper functions for blocks in Schur canonical form 2016-08-04 09:08:47 +09:00
Vladimir Chalupecky
185879e510 testlapack: fix triangularOutsideAllNaN for zero-side matrices 2016-06-19 11:23:53 +09:00
Vladimir Chalupecky
fa54f31047 testlapack: update nanTriangular 2016-06-19 11:23:53 +09:00
Vladimir Chalupecky
e35b96787f testlapack: update nanGeneral 2016-06-19 11:23:53 +09:00
Vladimir Chalupecky
68f437d807 testlapack: fix generalOutsideAllNan 2016-06-19 11:23:53 +09:00
Vladimir Chalupecky
7e496a8ae1 testlapack: add randomSlice and equalApproxGeneral 2016-06-15 09:11:54 +09:00
Vladimir Chalupecky
f203992d4d testlapack: add DorghrTest 2016-06-14 10:41:51 +09:00
Vladimir Chalupecky
fb46a9be5e testlapack: add test for Dgehrd 2016-06-08 15:23:26 +09:00
Vladimir Chalupecky
16181c3a7e testlapack: add randomHessenberg function 2016-06-02 15:32:55 +09:00
Vladimir Chalupecky
712ed0c3dd testlapack: add test for Dlahr2 that doesn't use reference data 2016-05-27 18:26:30 +09:00
Vladimir Chalupecky
0e2dee2a87 testlapack: update and move helper functions 2016-05-26 18:22:53 +09:00
btracey
1f2f7c6ead Add Dorgql, dependency, and helper function for test 2016-02-12 10:09:54 -07:00
btracey
1211255fc4 Add Dbdsqr and test 2015-12-14 09:56:17 -07:00
btracey
b4c92ec2c1 Add Dorgbr and test. Fix bug in Dorgl2 while there 2015-12-11 17:00:35 -08:00
btracey
69fe9cef45 Add Dormbr and test 2015-12-10 08:16:12 -07:00
btracey
bd71f87f5f Add Dgebrd, Dgebd2, and Dlabrd and tests 2015-12-07 22:27:08 -07:00
btracey
be045bbf9a Add dorgqr and tests, update dorg2r tests, and fix cgo dorgqr 2015-10-27 17:45:04 -06:00
btracey
809045e88e Add Dgetf2 (unblocked LU algorithm) and tests
fixed incorrect comment and incorrect test

Real permutations and PR comments

Add cgo tests

fix indexing error

change return to ok

fix okays

fix ok
2015-07-29 23:48:29 -06:00
btracey
ec100cf00f Working implementation of blocked QR
Improved function documentation

Fixed dlarfb and dlarft and added full tests

Added dgelq2

Working Dgels

Fix many comments and tests

Many PR comment responses

Responded to more PR comments

Many PR comments
2015-07-15 00:43:15 -07:00
btracey
9351b1852e Added dlarf, tests, some auxiliary routines, and missing license headers
Added dlarf, tests, some auxiliary routines, and missing license headers

PR comments
2015-06-28 21:11:27 -07:00