LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
lapacke_ssterf.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_ssterf.c:

Go to the source code of this file.

Functions

lapack_int LAPACKE_ssterf (lapack_int n, float *d, float *e)
 
LAPACKE_s_nancheck
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
Definition: lapacke_s_nancheck.c:36
LAPACKE_ssterf_work
lapack_int LAPACKE_ssterf_work(lapack_int n, float *d, float *e)
Definition: lapacke_ssterf_work.c:35
LAPACKE_get_nancheck
int LAPACKE_get_nancheck()
Definition: lapacke_nancheck.c:42