Go to the source code of this file.
Functions | |
static int | compare_ssterf (float *d, float *d_i, float *e, float *e_i, lapack_int info, lapack_int info_i, lapack_int n) |
static void | init_d (lapack_int size, float *d) |
static void | init_e (lapack_int size, float *e) |
static void | init_scalars_ssterf (lapack_int *n) |
int | main (void) |
static int compare_ssterf | ( | float * | d, |
float * | d_i, | ||
float * | e, | ||
float * | e_i, | ||
lapack_int | info, | ||
lapack_int | info_i, | ||
lapack_int | n | ||
) | [static] |
Definition at line 209 of file ssterf_2.c.
static void init_d | ( | lapack_int | size, |
float * | d | ||
) | [static] |
Definition at line 187 of file ssterf_2.c.
static void init_e | ( | lapack_int | size, |
float * | e | ||
) | [static] |
Definition at line 197 of file ssterf_2.c.
static void init_scalars_ssterf | ( | lapack_int * | n | ) | [static] |
Definition at line 179 of file ssterf_2.c.
int main | ( | void | ) |
Definition at line 60 of file ssterf_2.c.