LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapack_logical LAPACKE_cst_nancheck ( lapack_int  n,
const lapack_complex_float d,
const lapack_complex_float e 
)

Definition at line 37 of file lapacke_cst_nancheck.c.

40 {
41  return LAPACKE_c_nancheck( n, d, 1 )
42  || LAPACKE_c_nancheck( n-1, e, 1 );
43 }
lapack_logical LAPACKE_c_nancheck(lapack_int n, const lapack_complex_float *x, lapack_int incx)

Here is the call graph for this function: