LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_ssp_nancheck()

lapack_logical LAPACKE_ssp_nancheck ( lapack_int  n,
const float *  ap 
)

Definition at line 39 of file lapacke_ssp_nancheck.c.

42 {
43  lapack_int len = n*(n+1)/2;
44  return LAPACKE_s_nancheck( len, ap, 1 );
Here is the call graph for this function:
Here is the caller graph for this function:
lapack_int
#define lapack_int
Definition: lapack.h:21
LAPACKE_s_nancheck
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
Definition: lapacke_s_nancheck.c:36