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

Go to the source code of this file.

Functions

lapack_logical LAPACKE_shs_nancheck (int matrix_layout, lapack_int n, const float *a, lapack_int lda)
 
LAPACKE_str_nancheck
lapack_logical LAPACKE_str_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, const float *a, lapack_int lda)
Definition: lapacke_str_nancheck.c:36
LAPACKE_s_nancheck
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
Definition: lapacke_s_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