LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ LAPACKE_spo_nancheck()

lapack_logical LAPACKE_spo_nancheck ( int  matrix_layout,
char  uplo,
lapack_int  n,
const float *  a,
lapack_int  lda 
)

Definition at line 36 of file lapacke_spo_nancheck.c.

40{
41 return LAPACKE_str_nancheck( matrix_layout, uplo, 'n', n, a, lda );
42}
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: