LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapack_logical LAPACKE_zgt_nancheck ( lapack_int  n,
const lapack_complex_double dl,
const lapack_complex_double d,
const lapack_complex_double du 
)

Definition at line 37 of file lapacke_zgt_nancheck.c.

41 {
42  return LAPACKE_z_nancheck( n-1, dl, 1 )
43  || LAPACKE_z_nancheck( n , d, 1 )
44  || LAPACKE_z_nancheck( n-1, du, 1 );
45 }
lapack_logical LAPACKE_z_nancheck(lapack_int n, const lapack_complex_double *x, lapack_int incx)

Here is the call graph for this function: