LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
lapacke_dtp_nancheck.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_dtp_nancheck.c:

Go to the source code of this file.

Functions

lapack_logical LAPACKE_dtp_nancheck (int matrix_layout, char uplo, char diag, lapack_int n, const double *ap)
 
lapack_int
#define lapack_int
Definition: lapack.h:21
lapack_logical
#define lapack_logical
Definition: lapack.h:25
LAPACKE_d_nancheck
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)
Definition: lapacke_d_nancheck.c:36
LAPACKE_lsame
lapack_logical LAPACKE_lsame(char ca, char cb)
Definition: lapacke_lsame.c:35
LAPACK_ROW_MAJOR
#define LAPACK_ROW_MAJOR
Definition: lapacke.h:53
LAPACK_COL_MAJOR
#define LAPACK_COL_MAJOR
Definition: lapacke.h:54