37{
39 float res = 0.;
40 float* work = NULL;
43 return -1;
44 }
45#ifndef LAPACK_DISABLE_NAN_CHECK
47
49 return -5;
50 }
51 }
52#endif
53
57 if( work == NULL ) {
59 goto exit_level_0;
60 }
61 }
62
64
68 }
69exit_level_0:
72 }
73 return res;
74}
#define LAPACK_WORK_MEMORY_ERROR
float LAPACKE_clansy_work(int matrix_layout, char norm, char uplo, lapack_int n, const lapack_complex_float *a, lapack_int lda, float *work)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_csy_nancheck(int matrix_layout, char uplo, lapack_int n, const lapack_complex_float *a, lapack_int lda)