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

Go to the source code of this file.

Functions

lapack_logical LAPACKE_chs_nancheck (int matrix_layout, lapack_int n, const lapack_complex_float *a, lapack_int lda)
 
LAPACKE_ctr_nancheck
lapack_logical LAPACKE_ctr_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, const lapack_complex_float *a, lapack_int lda)
Definition: lapacke_ctr_nancheck.c:36
LAPACKE_c_nancheck
lapack_logical LAPACKE_c_nancheck(lapack_int n, const lapack_complex_float *x, lapack_int incx)
Definition: lapacke_c_nancheck.c:36
lapack_logical
#define lapack_logical
Definition: lapack.h:25
LAPACK_ROW_MAJOR
#define LAPACK_ROW_MAJOR
Definition: lapacke.h:53
LAPACK_COL_MAJOR
#define LAPACK_COL_MAJOR
Definition: lapacke.h:54