Go to the source code of this file.
Functions | |
static int | compare_cbdsqr (float *d, float *d_i, float *e, float *e_i, lapack_complex_float *vt, lapack_complex_float *vt_i, lapack_complex_float *u, lapack_complex_float *u_i, lapack_complex_float *c, lapack_complex_float *c_i, lapack_int info, lapack_int info_i, lapack_int ldc, lapack_int ldu, lapack_int ldvt, lapack_int n, lapack_int ncc, lapack_int ncvt, lapack_int nru) |
static void | init_c (lapack_int size, lapack_complex_float *c) |
static void | init_d (lapack_int size, float *d) |
static void | init_e (lapack_int size, float *e) |
static void | init_scalars_cbdsqr (char *uplo, lapack_int *n, lapack_int *ncvt, lapack_int *nru, lapack_int *ncc, lapack_int *ldvt, lapack_int *ldu, lapack_int *ldc) |
static void | init_u (lapack_int size, lapack_complex_float *u) |
static void | init_vt (lapack_int size, lapack_complex_float *vt) |
static void | init_work (lapack_int size, float *work) |
int | main (void) |
static int compare_cbdsqr | ( | float * | d, |
float * | d_i, | ||
float * | e, | ||
float * | e_i, | ||
lapack_complex_float * | vt, | ||
lapack_complex_float * | vt_i, | ||
lapack_complex_float * | u, | ||
lapack_complex_float * | u_i, | ||
lapack_complex_float * | c, | ||
lapack_complex_float * | c_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | ldc, | ||
lapack_int | ldu, | ||
lapack_int | ldvt, | ||
lapack_int | n, | ||
lapack_int | ncc, | ||
lapack_int | ncvt, | ||
lapack_int | nru | ||
) | [static] |
Definition at line 533 of file cbdsqr_1.c.
static void init_c | ( | lapack_int | size, |
lapack_complex_float * | c | ||
) | [static] |
Definition at line 518 of file cbdsqr_1.c.
static void init_d | ( | lapack_int | size, |
float * | d | ||
) | [static] |
Definition at line 446 of file cbdsqr_1.c.
static void init_e | ( | lapack_int | size, |
float * | e | ||
) | [static] |
Definition at line 456 of file cbdsqr_1.c.
static void init_scalars_cbdsqr | ( | char * | uplo, |
lapack_int * | n, | ||
lapack_int * | ncvt, | ||
lapack_int * | nru, | ||
lapack_int * | ncc, | ||
lapack_int * | ldvt, | ||
lapack_int * | ldu, | ||
lapack_int * | ldc | ||
) | [static] |
Definition at line 428 of file cbdsqr_1.c.
static void init_u | ( | lapack_int | size, |
lapack_complex_float * | u | ||
) | [static] |
Definition at line 488 of file cbdsqr_1.c.
static void init_vt | ( | lapack_int | size, |
lapack_complex_float * | vt | ||
) | [static] |
Definition at line 466 of file cbdsqr_1.c.
static void init_work | ( | lapack_int | size, |
float * | work | ||
) | [static] |
Definition at line 524 of file cbdsqr_1.c.
int main | ( | void | ) |
Definition at line 72 of file cbdsqr_1.c.