adding xPOTRF2 to LAPACKE
authorlangou <langou@users.noreply.github.com>
Sun, 15 Nov 2015 19:03:17 +0000 (19:03 +0000)
committerlangou <langou@users.noreply.github.com>
Sun, 15 Nov 2015 19:03:17 +0000 (19:03 +0000)
commitb6d843ea0d46e77a01cd4b5db762ac7730da8b58
tree5750adc38d6b7e17f905ff4536d2f45bddb95618
parenta1e0db0adfdbad7626b259eeafc76f66f9a93404
adding xPOTRF2 to LAPACKE
LAPACKE/include/lapacke.h
LAPACKE/src/Makefile
LAPACKE/src/lapacke_cpotrf2.c [new file with mode: 0644]
LAPACKE/src/lapacke_cpotrf2_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_dpotrf2.c [new file with mode: 0644]
LAPACKE/src/lapacke_dpotrf2_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_spotrf2.c [new file with mode: 0644]
LAPACKE/src/lapacke_spotrf2_work.c [new file with mode: 0644]
LAPACKE/src/lapacke_zpotrf2.c [new file with mode: 0644]
LAPACKE/src/lapacke_zpotrf2_work.c [new file with mode: 0644]