Go to the source code of this file.
|
| lapack_int | LAPACKE_stfsm_work (int matrix_layout, char transr, char side, char uplo, char trans, char diag, lapack_int m, lapack_int n, float alpha, const float *a, float *b, lapack_int ldb) |
◆ LAPACKE_stfsm_work()
| lapack_int LAPACKE_stfsm_work |
( |
int | matrix_layout, |
|
|
char | transr, |
|
|
char | side, |
|
|
char | uplo, |
|
|
char | trans, |
|
|
char | diag, |
|
|
lapack_int | m, |
|
|
lapack_int | n, |
|
|
float | alpha, |
|
|
const float * | a, |
|
|
float * | b, |
|
|
lapack_int | ldb ) |
Definition at line 35 of file lapacke_stfsm_work.c.
39{
42
44 b, &ldb );
45 if( info < 0 ) {
46 info = info - 1;
47 }
50 float* b_t = NULL;
51 float* a_t = NULL;
52
54 info = -12;
56 return info;
57 }
58
60 if( b_t == NULL ) {
62 goto exit_level_0;
63 }
65 a_t = (float*)
67 if( a_t == NULL ) {
69 goto exit_level_1;
70 }
71 }
72
75 }
78 }
79
81 b_t, &ldb_t );
82 info = 0;
83
85
88 }
89exit_level_1:
91exit_level_0:
94 }
95 } else {
96 info = -1;
98 }
99 return info;
100}
#define LAPACK_stfsm(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_stf_trans(int matrix_layout, char transr, char uplo, char diag, lapack_int n, const float *in, float *out)
void LAPACKE_sge_trans(int matrix_layout, lapack_int m, lapack_int n, const float *in, lapack_int ldin, float *out, lapack_int ldout)