Adding [un/or]csd2by1 routines to LAPACKE
authorjulie <julielangou@users.noreply.github.com>
Mon, 5 Oct 2015 01:26:04 +0000 (01:26 +0000)
committerjulie <julielangou@users.noreply.github.com>
Mon, 5 Oct 2015 01:26:04 +0000 (01:26 +0000)
commitc2959d1a5abd7cc60553f7b787410944cdb5f566
tree403c48abfee2da5f25f8f6b0cfd7bb97504245b8
parenta532e8376812a7a7da0feb1663793e72231cf56b
Adding [un/or]csd2by1 routines to LAPACKE
LAPACKE/include/lapacke.h
LAPACKE/src/CMakeLists.txt
LAPACKE/src/Makefile
LAPACKE/src/lapacke_cuncsd2by1.c [new file with mode: 0644]
LAPACKE/src/lapacke_cuncsd2by1_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_dorcsd2by1.c [new file with mode: 0644]
LAPACKE/src/lapacke_dorcsd2by1_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_sorcsd2by1.c [new file with mode: 0644]
LAPACKE/src/lapacke_sorcsd2by1_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_zuncsd2by1.c [new file with mode: 0644]
LAPACKE/src/lapacke_zuncsd2by1_work.c [new file with mode: 0644]