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

Go to the source code of this file.

Functions

lapack_logical LAPACKE_ztb_nancheck (int matrix_layout, char uplo, char diag, lapack_int n, lapack_int kd, const lapack_complex_double *ab, lapack_int ldab)
 
LAPACKE_zgb_nancheck
lapack_logical LAPACKE_zgb_nancheck(int matrix_layout, lapack_int m, lapack_int n, lapack_int kl, lapack_int ku, const lapack_complex_double *ab, lapack_int ldab)
Definition: lapacke_zgb_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