Go to the source code of this file.
Functions | |
static int | compare_ctrsyl (lapack_complex_float *c, lapack_complex_float *c_i, float scale, float scale_i, lapack_int info, lapack_int info_i, lapack_int ldc, lapack_int n) |
static void | init_a (lapack_int size, lapack_complex_float *a) |
static void | init_b (lapack_int size, lapack_complex_float *b) |
static void | init_c (lapack_int size, lapack_complex_float *c) |
static void | init_scalars_ctrsyl (char *trana, char *tranb, lapack_int *isgn, lapack_int *m, lapack_int *n, lapack_int *lda, lapack_int *ldb, lapack_int *ldc) |
int | main (void) |
static int compare_ctrsyl | ( | lapack_complex_float * | c, |
lapack_complex_float * | c_i, | ||
float | scale, | ||
float | scale_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | ldc, | ||
lapack_int | n | ||
) | [static] |
Definition at line 371 of file ctrsyl_1.c.
static void init_a | ( | lapack_int | size, |
lapack_complex_float * | a | ||
) | [static] |
Definition at line 302 of file ctrsyl_1.c.
static void init_b | ( | lapack_int | size, |
lapack_complex_float * | b | ||
) | [static] |
Definition at line 324 of file ctrsyl_1.c.
static void init_c | ( | lapack_int | size, |
lapack_complex_float * | c | ||
) | [static] |
Definition at line 346 of file ctrsyl_1.c.
static void init_scalars_ctrsyl | ( | char * | trana, |
char * | tranb, | ||
lapack_int * | isgn, | ||
lapack_int * | m, | ||
lapack_int * | n, | ||
lapack_int * | lda, | ||
lapack_int * | ldb, | ||
lapack_int * | ldc | ||
) | [static] |
Definition at line 285 of file ctrsyl_1.c.
int main | ( | void | ) |
Definition at line 64 of file ctrsyl_1.c.