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

Go to the source code of this file.

Functions

lapack_logical LAPACKE_ztp_nancheck (int matrix_layout, char uplo, char diag, lapack_int n, const lapack_complex_double *ap)
 
lapack_int
#define lapack_int
Definition: lapack.h:21
LAPACKE_z_nancheck
lapack_logical LAPACKE_z_nancheck(lapack_int n, const lapack_complex_double *x, lapack_int incx)
Definition: lapacke_z_nancheck.c:36
lapack_logical
#define lapack_logical
Definition: lapack.h:25
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