First commit for Zlatko Drmac Contribution
authorjulie <julielangou@users.noreply.github.com>
Sun, 8 Nov 2015 23:24:14 +0000 (23:24 +0000)
committerjulie <julielangou@users.noreply.github.com>
Sun, 8 Nov 2015 23:24:14 +0000 (23:24 +0000)
commitb412768c7a59860ac54dcdfb1aa0f29daecc0fe2
tree38cc222b73b7902e80894cd36f3ac03ef574a6a0
parent79ea95e9a9fce8d82c47f2046103d4ce35129fb0
First commit for Zlatko Drmac Contribution

Contains only source code with Doxygen format and Makefile modifications for
CGESVJ (Jacobi SVD) with its dependencies: CGSVJ0 and CGSVJ1.

TO DO:
  - Include Testing
  - LAPACKE interface
SRC/CMakeLists.txt
SRC/Makefile
SRC/cgesvj.f [new file with mode: 0644]
SRC/cgsvj0.f [new file with mode: 0644]
SRC/cgsvj1.f [new file with mode: 0644]
SRC/dgsvj0.f
SRC/dgsvj1.f
SRC/zgesvj.f [new file with mode: 0644]
SRC/zgsvj0.f [new file with mode: 0644]
SRC/zgsvj1.f [new file with mode: 0644]