38{
41
43 if( info < 0 ) {
44 info = info - 1;
45 }
48 float* a_t = NULL;
49
50 if( lda < n ) {
51 info = -5;
53 return info;
54 }
55
59 if( a_t == NULL ) {
61 goto exit_level_0;
62 }
63 }
64
68 }
69
70 LAPACK_sgebal( &job, &n, a_t, &lda_t, ilo, ihi, scale, &info );
71 if( info < 0 ) {
72 info = info - 1;
73 }
74
78 }
79
83 }
84exit_level_0:
87 }
88 } else {
89 info = -1;
91 }
92 return info;
93}
#define LAPACK_sgebal(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)