18 #if defined(PLASMA_HAVE_WEAK)
19 #pragma weak CORE_zgetrf = PCORE_zgetrf
20 #define CORE_zgetrf PCORE_zgetrf
26 *info = LAPACKE_zgetrf_work(LAPACK_COL_MAJOR, m, n, A, lda, IPIV );
42 sizeof(
int), &m,
VALUE,
43 sizeof(
int), &n,
VALUE,
45 sizeof(
int), &lda,
VALUE,
46 sizeof(
int)*nb, IPIV,
OUTPUT,
50 sizeof(
int), &iinfo,
VALUE,
57 #if defined(PLASMA_HAVE_WEAK)
58 #pragma weak CORE_zgetrf_quark = PCORE_zgetrf_quark
59 #define CORE_zgetrf_quark PCORE_zgetrf_quark
75 info = LAPACKE_zgetrf_work(LAPACK_COL_MAJOR, m, n, A, lda, IPIV );