LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_zsy_nancheck()

lapack_logical LAPACKE_zsy_nancheck ( int  matrix_layout,
char  uplo,
lapack_int  n,
const lapack_complex_double a,
lapack_int  lda 
)

Definition at line 36 of file lapacke_zsy_nancheck.c.

41 {
42  return LAPACKE_ztr_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_ztr_nancheck
lapack_logical LAPACKE_ztr_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, const lapack_complex_double *a, lapack_int lda)
Definition: lapacke_ztr_nancheck.c:36