diff options
author | igor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971> | 2011-12-27 05:25:02 +0000 |
---|---|---|
committer | igor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971> | 2011-12-27 05:25:02 +0000 |
commit | 6e221d7beca9ef060ec81ec5b0fc8558c4c47164 (patch) | |
tree | 4a580625f13549c573605b49b172b22dc7c62a72 /TESTING/ztest.in | |
parent | 611b774a50b0de00c6bd41ad1a42614cb078359c (diff) | |
download | lapack-6e221d7beca9ef060ec81ec5b0fc8558c4c47164.tar.gz lapack-6e221d7beca9ef060ec81ec5b0fc8558c4c47164.tar.bz2 lapack-6e221d7beca9ef060ec81ec5b0fc8558c4c47164.zip |
added a special block diagonal matrix type to tests for COMPLEX*16 symmetric indefinite factorization routines with rook pivoting
Diffstat (limited to 'TESTING/ztest.in')
-rw-r--r-- | TESTING/ztest.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TESTING/ztest.in b/TESTING/ztest.in index f47f5320..e6c7327e 100644 --- a/TESTING/ztest.in +++ b/TESTING/ztest.in @@ -25,7 +25,7 @@ ZPT 12 List types on next line if 0 < NTYPES < 12 ZHE 10 List types on next line if 0 < NTYPES < 10 ZHP 10 List types on next line if 0 < NTYPES < 10 ZSY 11 List types on next line if 0 < NTYPES < 11 -ZSR 10 List types on next line if 0 < NTYPES < 10 +ZSR 11 List types on next line if 0 < NTYPES < 11 ZSP 11 List types on next line if 0 < NTYPES < 11 ZTR 18 List types on next line if 0 < NTYPES < 18 ZTP 18 List types on next line if 0 < NTYPES < 18 |