LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapack_logical LAPACKE_zhp_nancheck ( lapack_int  n,
const lapack_complex_double ap 
)

Definition at line 40 of file lapacke_zhp_nancheck.c.

42 {
43  lapack_int len = n*(n+1)/2;
44  return LAPACKE_z_nancheck( len, ap, 1 );
45 }
lapack_logical LAPACKE_z_nancheck(lapack_int n, const lapack_complex_double *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: