Adding xlascl to LAPACKE
authorjulie <julielangou@users.noreply.github.com>
Mon, 5 Oct 2015 00:04:38 +0000 (00:04 +0000)
committerjulie <julielangou@users.noreply.github.com>
Mon, 5 Oct 2015 00:04:38 +0000 (00:04 +0000)
commita532e8376812a7a7da0feb1663793e72231cf56b
treeedaee388608524cccac4bff8c4619199b68e5f41
parentb1e10c27753b6dba1e81fdc1a77f92ee20206b0b
Adding xlascl to LAPACKE
LAPACKE/include/lapacke.h
LAPACKE/src/CMakeLists.txt
LAPACKE/src/Makefile
LAPACKE/src/lapacke_clascl.c [new file with mode: 0644]
LAPACKE/src/lapacke_clascl_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_dlascl.c [new file with mode: 0644]
LAPACKE/src/lapacke_dlascl_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_slascl.c [new file with mode: 0644]
LAPACKE/src/lapacke_slascl_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_zlascl.c [new file with mode: 0644]
LAPACKE/src/lapacke_zlascl_work.c [new file with mode: 0644]