LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Files Functions Typedefs Macros
lapacke_che_nancheck.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_che_nancheck.c:

Go to the source code of this file.

Functions

lapack_logical LAPACKE_che_nancheck (int matrix_order, char uplo, lapack_int n, const lapack_complex_float *a, lapack_int lda)
 

Function Documentation

lapack_logical LAPACKE_che_nancheck ( int  matrix_order,
char  uplo,
lapack_int  n,
const lapack_complex_float a,
lapack_int  lda 
)

Definition at line 37 of file lapacke_che_nancheck.c.

41 {
42  return LAPACKE_ctr_nancheck( matrix_order, uplo, 'n', n, a, lda );
43 }
lapack_logical LAPACKE_ctr_nancheck(int matrix_order, char uplo, char diag, lapack_int n, const lapack_complex_float *a, lapack_int lda)

Here is the call graph for this function:

Here is the caller graph for this function: