LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_che_nancheck()

lapack_logical LAPACKE_che_nancheck ( int  matrix_layout,
char  uplo,
lapack_int  n,
const lapack_complex_float a,
lapack_int  lda 
)

Definition at line 36 of file lapacke_che_nancheck.c.

41 {
42  return LAPACKE_ctr_nancheck( matrix_layout, uplo, 'n', n, a, lda );
Here is the call graph for this function:
Here is the caller graph for this function:
LAPACKE_ctr_nancheck
lapack_logical LAPACKE_ctr_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, const lapack_complex_float *a, lapack_int lda)
Definition: lapacke_ctr_nancheck.c:36