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

Go to the source code of this file.

Functions/Subroutines

lapack_logical LAPACKE_cgt_nancheck (lapack_int n, const lapack_complex_float *dl, const lapack_complex_float *d, const lapack_complex_float *du)

Function/Subroutine Documentation

lapack_logical LAPACKE_cgt_nancheck ( lapack_int  n,
const lapack_complex_float dl,
const lapack_complex_float d,
const lapack_complex_float du 
)

Definition at line 37 of file lapacke_cgt_nancheck.c.

{
return LAPACKE_c_nancheck( n-1, dl, 1 )
|| LAPACKE_c_nancheck( n , d, 1 )
|| LAPACKE_c_nancheck( n-1, du, 1 );
}

Here is the call graph for this function: