Go to the source code of this file.
◆ LAPACKE_chegst_work()
Definition at line 35 of file lapacke_chegst_work.c.
39{
42
44 if( info < 0 ) {
45 info = info - 1;
46 }
52
54 info = -6;
56 return info;
57 }
59 info = -8;
61 return info;
62 }
63
66 if( a_t == NULL ) {
68 goto exit_level_0;
69 }
72 if( b_t == NULL ) {
74 goto exit_level_1;
75 }
76
79
80 LAPACK_chegst( &itype, &uplo, &
n, a_t, &lda_t, b_t, &ldb_t, &info );
81 if( info < 0 ) {
82 info = info - 1;
83 }
84
86
88exit_level_1:
90exit_level_0:
93 }
94 } else {
95 info = -1;
97 }
98 return info;
99}
#define LAPACK_chegst(...)
#define lapack_complex_float
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_che_trans(int matrix_layout, char uplo, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)
void LAPACKE_cge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)