LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
lapacke_dpt_nancheck.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_dpt_nancheck.c:

Go to the source code of this file.

Functions

lapack_logical LAPACKE_dpt_nancheck (lapack_int n, const double *d, const double *e)
 

Function Documentation

lapack_logical LAPACKE_dpt_nancheck ( lapack_int  n,
const double *  d,
const double *  e 
)

Definition at line 37 of file lapacke_dpt_nancheck.c.

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

Here is the call graph for this function: