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

◆ LAPACKE_dpf_nancheck()

lapack_logical LAPACKE_dpf_nancheck ( lapack_int  n,
const double *  a 
)

Definition at line 40 of file lapacke_dpf_nancheck.c.

42{
43 lapack_int len = n*(n+1)/2;
44 return LAPACKE_d_nancheck( len, a, 1 );
45}
#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: