LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapack_logical LAPACKE_spf_nancheck ( lapack_int  n,
const float *  a 
)

Definition at line 41 of file lapacke_spf_nancheck.c.

43 {
44  lapack_int len = n*(n+1)/2;
45  return LAPACKE_s_nancheck( len, a, 1 );
46 }
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
#define lapack_int
Definition: lapacke.h:47

Here is the call graph for this function:

Here is the caller graph for this function: