LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapack_logical LAPACKE_ssy_nancheck ( int  matrix_layout,
char  uplo,
lapack_int  n,
const float *  a,
lapack_int  lda 
)

Definition at line 37 of file lapacke_ssy_nancheck.c.

41 {
42  return LAPACKE_str_nancheck( matrix_layout, uplo, 'n', n, a, lda );
43 }
lapack_logical LAPACKE_str_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, const float *a, lapack_int lda)

Here is the call graph for this function:

Here is the caller graph for this function: