OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
lapacke_cgt_nancheck.c File Reference
#include "lapacke_utils.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ LAPACKE_cgt_nancheck()

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 36 of file lapacke_cgt_nancheck.c.

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