Go to the source code of this file.
◆ LAPACKE_sopgtr_work()
| lapack_int LAPACKE_sopgtr_work |
( |
int | matrix_layout, |
|
|
char | uplo, |
|
|
lapack_int | n, |
|
|
const float * | ap, |
|
|
const float * | tau, |
|
|
float * | q, |
|
|
lapack_int | ldq, |
|
|
float * | work ) |
Definition at line 35 of file lapacke_sopgtr_work.c.
38{
41 float *q_t = NULL, *ap_t = NULL;
43
45 if( info < 0 ) {
46 info = info - 1;
47 }
50
52 info = -7;
54 return info;
55 }
56
58 if( q_t == NULL ) {
60 goto exit_level_0;
61 }
62 ap_t = (float*)
64 if( ap_t == NULL ) {
66 goto exit_level_1;
67 }
68
70
72 if( info < 0 ) {
73 info = info - 1;
74 }
75
77
79exit_level_1:
81exit_level_0:
84 }
85 } else {
86 info = -1;
88 }
89 return info;
90}
#define LAPACK_sopgtr(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_ssp_trans(int matrix_layout, char uplo, 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)