Go to the source code of this file.
Functions | |
static int | compare_cgbtrf (lapack_complex_float *ab, lapack_complex_float *ab_i, lapack_int *ipiv, lapack_int *ipiv_i, lapack_int info, lapack_int info_i, lapack_int ldab, lapack_int m, lapack_int n) |
static void | init_ab (lapack_int size, lapack_complex_float *ab) |
static void | init_ipiv (lapack_int size, lapack_int *ipiv) |
static void | init_scalars_cgbtrf (lapack_int *m, lapack_int *n, lapack_int *kl, lapack_int *ku, lapack_int *ldab) |
int | main (void) |
static int compare_cgbtrf | ( | lapack_complex_float * | ab, |
lapack_complex_float * | ab_i, | ||
lapack_int * | ipiv, | ||
lapack_int * | ipiv_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | ldab, | ||
lapack_int | m, | ||
lapack_int | n | ||
) | [static] |
Definition at line 282 of file cgbtrf_1.c.
static void init_ab | ( | lapack_int | size, |
lapack_complex_float * | ab | ||
) | [static] |
Definition at line 247 of file cgbtrf_1.c.
static void init_ipiv | ( | lapack_int | size, |
lapack_int * | ipiv | ||
) | [static] |
Definition at line 273 of file cgbtrf_1.c.
static void init_scalars_cgbtrf | ( | lapack_int * | m, |
lapack_int * | n, | ||
lapack_int * | kl, | ||
lapack_int * | ku, | ||
lapack_int * | ldab | ||
) | [static] |
Definition at line 234 of file cgbtrf_1.c.
int main | ( | void | ) |
Definition at line 63 of file cgbtrf_1.c.