LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_zpf_nancheck()

lapack_logical LAPACKE_zpf_nancheck ( lapack_int  n,
const lapack_complex_double a 
)

Definition at line 40 of file lapacke_zpf_nancheck.c.

43 {
44  lapack_int len = n*(n+1)/2;
45  return LAPACKE_z_nancheck( len, a, 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_z_nancheck
lapack_logical LAPACKE_z_nancheck(lapack_int n, const lapack_complex_double *x, lapack_int incx)
Definition: lapacke_z_nancheck.c:36