Go to the source code of this file.
◆ LAPACKE_ssygst_work()
Definition at line 35 of file lapacke_ssygst_work.c.
38{
41
43 if( info < 0 ) {
44 info = info - 1;
45 }
49 float* a_t = NULL;
50 float* b_t = NULL;
51
53 info = -6;
55 return info;
56 }
58 info = -8;
60 return info;
61 }
62
64 if( a_t == NULL ) {
66 goto exit_level_0;
67 }
69 if( b_t == NULL ) {
71 goto exit_level_1;
72 }
73
76
77 LAPACK_ssygst( &itype, &uplo, &
n, a_t, &lda_t, b_t, &ldb_t, &info );
78 if( info < 0 ) {
79 info = info - 1;
80 }
81
83
85exit_level_1:
87exit_level_0:
90 }
91 } else {
92 info = -1;
94 }
95 return info;
96}
#define LAPACK_ssygst(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_ssy_trans(int matrix_layout, char uplo, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)