46 LAPACK_ctrsen( &job, &compq, select, &n, t, &ldt, q, &ldq, w, m, s, sep,
47 work, &lwork, &info );
69 LAPACK_ctrsen( &job, &compq, select, &n, t, &ldt_t, q, &ldq_t, w, m,
70 s, sep, work, &lwork, &info );
71 return (info < 0) ? (info - 1) : info;
95 LAPACK_ctrsen( &job, &compq, select, &n, t_t, &ldt_t, q_t, &ldq_t, w, m,
96 s, sep, work, &lwork, &info );
void LAPACK_ctrsen(char const *job, char const *compq, lapack_logical const *select, lapack_int const *n, lapack_complex_float *T, lapack_int const *ldt, lapack_complex_float *Q, lapack_int const *ldq, lapack_complex_float *W, lapack_int *m, float *s, float *sep, lapack_complex_float *work, lapack_int const *lwork, lapack_int *info)
#define lapack_complex_float
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_int LAPACKE_ctrsen_work(int matrix_layout, char job, char compq, const lapack_logical *select, lapack_int n, lapack_complex_float *t, lapack_int ldt, lapack_complex_float *q, lapack_int ldq, lapack_complex_float *w, lapack_int *m, float *s, float *sep, lapack_complex_float *work, lapack_int lwork)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_cge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)