LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
lapacke_cpt_nancheck.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_cpt_nancheck.c:

Go to the source code of this file.

Functions

lapack_logical LAPACKE_cpt_nancheck (lapack_int n, const float *d, const lapack_complex_float *e)
 

Function Documentation

lapack_logical LAPACKE_cpt_nancheck ( lapack_int  n,
const float *  d,
const lapack_complex_float e 
)

Definition at line 37 of file lapacke_cpt_nancheck.c.

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

Here is the call graph for this function: