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

◆ LAPACKE_cst_nancheck()

lapack_logical LAPACKE_cst_nancheck ( lapack_int  n,
const lapack_complex_float d,
const lapack_complex_float e 
)

Definition at line 36 of file lapacke_cst_nancheck.c.

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