Go to the source code of this file.
◆ LAPACKE_zpocon()
Definition at line 35 of file lapacke_zpocon.c.
38{
40 double* rwork = NULL;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -4;
51 }
53 return -6;
54 }
55 }
56#endif
57
59 if( rwork == NULL ) {
61 goto exit_level_0;
62 }
65 if( work == NULL ) {
67 goto exit_level_1;
68 }
69
71 work, rwork );
72
74exit_level_1:
76exit_level_0:
79 }
80 return info;
81}
#define lapack_complex_double
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_zpocon_work(int matrix_layout, char uplo, lapack_int n, const lapack_complex_double *a, lapack_int lda, double anorm, double *rcond, lapack_complex_double *work, double *rwork)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)
lapack_logical LAPACKE_zpo_nancheck(int matrix_layout, char uplo, lapack_int n, const lapack_complex_double *a, lapack_int lda)