LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ LAPACKE_dsp_nancheck()

lapack_logical LAPACKE_dsp_nancheck ( lapack_int  n,
const double *  ap 
)

Definition at line 39 of file lapacke_dsp_nancheck.c.

41{
42 lapack_int len = n*(n+1)/2;
43 return LAPACKE_d_nancheck( len, ap, 1 );
44}
#define lapack_int
Definition: lapack.h:87
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)
Here is the call graph for this function:
Here is the caller graph for this function: