Go to the source code of this file.
◆ LAPACKE_slag2d_work()
Definition at line 35 of file lapacke_slag2d_work.c.
38{
41
43 if( info < 0 ) {
44 info = info - 1;
45 }
49 float* sa_t = NULL;
50 double* a_t = NULL;
51
53 info = -7;
55 return info;
56 }
58 info = -5;
60 return info;
61 }
62
64 if( sa_t == NULL ) {
66 goto exit_level_0;
67 }
69 if( a_t == NULL ) {
71 goto exit_level_1;
72 }
73
75
77 if( info < 0 ) {
78 info = info - 1;
79 }
80
82
84exit_level_1:
86exit_level_0:
89 }
90 } else {
91 info = -1;
93 }
94 return info;
95}
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
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)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)