Adding xsytrf_rook, xsytrs_rook, xhetrf_rook and xhetrs_rook to LAPACKE
authorjulie <julielangou@users.noreply.github.com>
Fri, 25 Sep 2015 05:15:44 +0000 (05:15 +0000)
committerjulie <julielangou@users.noreply.github.com>
Fri, 25 Sep 2015 05:15:44 +0000 (05:15 +0000)
commit856c201da6ed93ca1cbdd626f6c6a9c4a4e1d93d
tree4d55d19dab0e7458314f3c2d8cd825f6af80bb67
parentc406915af2e7db298c4309ed08e6e1984a30fc4c
Adding xsytrf_rook, xsytrs_rook, xhetrf_rook and xhetrs_rook to LAPACKE
27 files changed:
LAPACKE/include/lapacke.h
LAPACKE/src/CMakeLists.txt
LAPACKE/src/Makefile
LAPACKE/src/lapacke_chetrf_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_chetrf_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_chetrs_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_chetrs_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_csytrf_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_csytrf_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_csytrs_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_csytrs_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_dsytrf_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_dsytrf_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_dsytrs_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_dsytrs_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_ssytrf_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_ssytrf_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_ssytrs_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_ssytrs_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_zhetrf_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_zhetrf_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_zhetrs_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_zhetrs_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_zsytrf_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_zsytrf_rook_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_zsytrs_rook.c [new file with mode: 0644]
LAPACKE/src/lapacke_zsytrs_rook_work.c [new file with mode: 0644]