Step 2 of xlarfp: add new routines and add same test code plus check R(i,i) is nonneg...
authorjulie <julielangou@users.noreply.github.com>
Fri, 18 Jun 2010 22:48:07 +0000 (22:48 +0000)
committerjulie <julielangou@users.noreply.github.com>
Fri, 18 Jun 2010 22:48:07 +0000 (22:48 +0000)
commit5a837cb48b031bc5c74e88208be66941dc9f3557
treea6bc62599a8495d952dd85d5043b910cfd32f451
parent84e8c51fe13444a343ce148bd3747ea57f534af8
Step 2 of xlarfp: add new routines and add same test code plus check R(i,i) is nonnegative and real
31 files changed:
SRC/Makefile
SRC/cgeqr2p.f [new file with mode: 0644]
SRC/cgeqrfp.f [new file with mode: 0644]
SRC/clarfgp.f [new file with mode: 0644]
SRC/clarfp.f [deleted file]
SRC/dgeqr2p.f [new file with mode: 0644]
SRC/dgeqrfp.f [new file with mode: 0644]
SRC/dlarfgp.f [new file with mode: 0644]
SRC/dlarfp.f [deleted file]
SRC/sgeqr2p.f [new file with mode: 0644]
SRC/sgeqrfp.f [new file with mode: 0644]
SRC/slarfgp.f [new file with mode: 0644]
SRC/slarfp.f [deleted file]
SRC/zgeqr2p.f [new file with mode: 0644]
SRC/zgeqrfp.f [new file with mode: 0644]
SRC/zlarfgp.f [new file with mode: 0644]
SRC/zlarfp.f [deleted file]
TESTING/LIN/Makefile
TESTING/LIN/alahd.f
TESTING/LIN/cchkqr.f
TESTING/LIN/cerrqr.f
TESTING/LIN/cqrt01p.f [new file with mode: 0644]
TESTING/LIN/dchkqr.f
TESTING/LIN/derrqr.f
TESTING/LIN/dqrt01p.f [new file with mode: 0644]
TESTING/LIN/schkqr.f
TESTING/LIN/serrqr.f
TESTING/LIN/sqrt01p.f [new file with mode: 0644]
TESTING/LIN/zchkqr.f
TESTING/LIN/zerrqr.f
TESTING/LIN/zqrt01p.f [new file with mode: 0644]