LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACKE_dpo_nancheck()

lapack_logical LAPACKE_dpo_nancheck ( int  matrix_layout,
char  uplo,
lapack_int  n,
const double *  a,
lapack_int  lda 
)

Definition at line 36 of file lapacke_dpo_nancheck.c.

41 {
42  return LAPACKE_dtr_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_dtr_nancheck
lapack_logical LAPACKE_dtr_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, const double *a, lapack_int lda)
Definition: lapacke_dtr_nancheck.c:36