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

◆ LAPACKE_zst_nancheck()

lapack_logical LAPACKE_zst_nancheck ( lapack_int  n,
const lapack_complex_double d,
const lapack_complex_double e 
)

Definition at line 36 of file lapacke_zst_nancheck.c.

39{
40 return LAPACKE_z_nancheck( n, d, 1 )
41 || LAPACKE_z_nancheck( n-1, e, 1 );
42}
lapack_logical LAPACKE_z_nancheck(lapack_int n, const lapack_complex_double *x, lapack_int incx)
Here is the call graph for this function: