Go to the source code of this file.
Functions | |
static int | compare_zbdsqr (double *d, double *d_i, double *e, double *e_i, lapack_complex_double *vt, lapack_complex_double *vt_i, lapack_complex_double *u, lapack_complex_double *u_i, lapack_complex_double *c, lapack_complex_double *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_double *c) |
static void | init_d (lapack_int size, double *d) |
static void | init_e (lapack_int size, double *e) |
static void | init_scalars_zbdsqr (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_double *u) |
static void | init_vt (lapack_int size, lapack_complex_double *vt) |
static void | init_work (lapack_int size, double *work) |
int | main (void) |
static int compare_zbdsqr | ( | double * | d, |
double * | d_i, | ||
double * | e, | ||
double * | e_i, | ||
lapack_complex_double * | vt, | ||
lapack_complex_double * | vt_i, | ||
lapack_complex_double * | u, | ||
lapack_complex_double * | u_i, | ||
lapack_complex_double * | c, | ||
lapack_complex_double * | 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 574 of file zbdsqr_1.c.
static void init_c | ( | lapack_int | size, |
lapack_complex_double * | c | ||
) | [static] |
Definition at line 559 of file zbdsqr_1.c.
static void init_d | ( | lapack_int | size, |
double * | d | ||
) | [static] |
Definition at line 447 of file zbdsqr_1.c.
static void init_e | ( | lapack_int | size, |
double * | e | ||
) | [static] |
Definition at line 457 of file zbdsqr_1.c.
static void init_scalars_zbdsqr | ( | 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 429 of file zbdsqr_1.c.
static void init_u | ( | lapack_int | size, |
lapack_complex_double * | u | ||
) | [static] |
Definition at line 505 of file zbdsqr_1.c.
static void init_vt | ( | lapack_int | size, |
lapack_complex_double * | vt | ||
) | [static] |
Definition at line 467 of file zbdsqr_1.c.
static void init_work | ( | lapack_int | size, |
double * | work | ||
) | [static] |
Definition at line 565 of file zbdsqr_1.c.
int main | ( | void | ) |
Definition at line 73 of file zbdsqr_1.c.