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

Go to the source code of this file.

Functions/Subroutines

lapack_logical LAPACKE_zhe_nancheck (int matrix_order, char uplo, lapack_int n, const lapack_complex_double *a, lapack_int lda)

Function/Subroutine Documentation

lapack_logical LAPACKE_zhe_nancheck ( int  matrix_order,
char  uplo,
lapack_int  n,
const lapack_complex_double a,
lapack_int  lda 
)

Definition at line 37 of file lapacke_zhe_nancheck.c.

{
return LAPACKE_ztr_nancheck( matrix_order, uplo, 'n', n, a, lda );
}

Here is the call graph for this function:

Here is the caller graph for this function: