Add SYTRS2 routine - A BLAS 3 version of SYTRS
authorjulie <julielangou@users.noreply.github.com>
Tue, 1 Jun 2010 23:12:18 +0000 (23:12 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 1 Jun 2010 23:12:18 +0000 (23:12 +0000)
commit1d9dfd813972e225de66a66205f2fa27de9fe8e3
tree70e3185d207f0d92d8a2cd3f8153ac1e7431889d
parent8a6f5c968a408594c5730e3a45f36e46b114a90b
Add SYTRS2 routine - A BLAS 3 version of SYTRS
Add SYCONV routine: convert back and forth the factorization returned by SYTRF to be able to call SYTRS2.
Modify SYSV that now is calling SYTRS2 instead of SYTRS (and also SYCONV to convert and revert the factorization returned by SYTRF).
Modify testing to have TRS but also TRS2 tested in the LIN testing for SY.
18 files changed:
SRC/Makefile
SRC/csyconv.f [new file with mode: 0644]
SRC/csysv.f
SRC/csytrs2.f [new file with mode: 0644]
SRC/dsyconv.f [new file with mode: 0644]
SRC/dsysv.f
SRC/dsytrs2.f [new file with mode: 0644]
SRC/ssyconv.f [new file with mode: 0644]
SRC/ssysv.f
SRC/ssytrs2.f [new file with mode: 0644]
SRC/zsyconv.f [new file with mode: 0644]
SRC/zsysv.f
SRC/zsytrs2.f [new file with mode: 0644]
TESTING/LIN/alahd.f
TESTING/LIN/cchksy.f
TESTING/LIN/dchksy.f
TESTING/LIN/schksy.f
TESTING/LIN/zchksy.f