Go to the source code of this file.
◆ LAPACKE_dsycon_3()
Definition at line 35 of file lapacke_dsycon_3.c.
38{
41 double* work = NULL;
45 return -1;
46 }
47#ifndef LAPACK_DISABLE_NAN_CHECK
49
51 return -4;
52 }
54 return -6;
55 }
57 return -8;
58 }
59 }
60#endif
61
63 if( iwork == NULL ) {
65 goto exit_level_0;
66 }
68 if( work == NULL ) {
70 goto exit_level_1;
71 }
72
74 rcond, work, iwork );
75
77exit_level_1:
79exit_level_0:
82 }
83 return info;
84}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_dsycon_3_work(int matrix_layout, char uplo, lapack_int n, const double *a, lapack_int lda, const double *e, const lapack_int *ipiv, double anorm, double *rcond, double *work, lapack_int *iwork)
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_d_nancheck(lapack_int n, const double *x, lapack_int incx)
lapack_logical LAPACKE_dsy_nancheck(int matrix_layout, char uplo, lapack_int n, const double *a, lapack_int lda)