Go to the source code of this file.
Functions | |
int | zgetrf_ (integer *m, integer *n, doublecomplex *a, integer *lda, integer *ipiv, integer *info) |
Variables | |
static integer | c__1 = 1 |
static doublecomplex | c_b1 = {1.,0.} |
static doublecomplex | c_b2 = {-1.,0.} |
int zgetrf_ | ( | integer * | m, |
integer * | n, | ||
doublecomplex * | a, | ||
integer * | lda, | ||
integer * | ipiv, | ||
integer * | info | ||
) |
Definition at line 22 of file VARIANTS/lu/REC/zgetrf.c.
Definition at line 20 of file VARIANTS/lu/REC/zgetrf.c.
doublecomplex c_b1 = {1.,0.} [static] |
Definition at line 18 of file VARIANTS/lu/REC/zgetrf.c.
doublecomplex c_b2 = {-1.,0.} [static] |
Definition at line 19 of file VARIANTS/lu/REC/zgetrf.c.