Added BLAS3 routines for generalised SVD.
authorphilippe.theveny <philippe.theveny@8a072113-8704-0410-8d35-dd094bca7971>
Fri, 14 Aug 2015 22:54:14 +0000 (22:54 +0000)
committerphilippe.theveny <philippe.theveny@8a072113-8704-0410-8d35-dd094bca7971>
Fri, 14 Aug 2015 22:54:14 +0000 (22:54 +0000)
commitde7f36e7f9592366fb7db0bf6fc353924966f340
tree91cc8980f885f5b391efbbd2a5dc5e0824195397
parent06f432d14d1a4255929e35ffd4ee9d8cabf07ced
Added BLAS3 routines for generalised SVD.

TODO: LAPACKE wrappers.
36 files changed:
SRC/CMakeLists.txt
SRC/Makefile
SRC/cgeqp3.f
SRC/cggsvd.f
SRC/cggsvd3.f [new file with mode: 0644]
SRC/cggsvp.f
SRC/cggsvp3.f [new file with mode: 0644]
SRC/dgeqp3.f
SRC/dggsvd.f
SRC/dggsvd3.f [new file with mode: 0644]
SRC/dggsvp.f
SRC/dggsvp3.f [new file with mode: 0644]
SRC/sgeqp3.f
SRC/sggsvd.f
SRC/sggsvd3.f [new file with mode: 0644]
SRC/sggsvp.f
SRC/sggsvp3.f [new file with mode: 0644]
SRC/zgeqp3.f
SRC/zggsvd.f
SRC/zggsvd3.f [new file with mode: 0644]
SRC/zggsvp.f
SRC/zggsvp3.f [new file with mode: 0644]
TESTING/EIG/CMakeLists.txt
TESTING/EIG/Makefile
TESTING/EIG/cckgsv.f
TESTING/EIG/cerrgg.f
TESTING/EIG/cgsvts3.f [new file with mode: 0644]
TESTING/EIG/dckgsv.f
TESTING/EIG/derrgg.f
TESTING/EIG/dgsvts3.f [new file with mode: 0644]
TESTING/EIG/sckgsv.f
TESTING/EIG/serrgg.f
TESTING/EIG/sgsvts3.f [new file with mode: 0644]
TESTING/EIG/zckgsv.f
TESTING/EIG/zerrgg.f
TESTING/EIG/zgsvts3.f [new file with mode: 0644]