47 LAPACK_sgeesx( &jobvs, &sort, select, &sense, &n, a, &lda, sdim, wr, wi,
48 vs, &ldvs, rconde, rcondv, work, &lwork, iwork, &liwork,
70 if( liwork == -1 || lwork == -1 ) {
71 LAPACK_sgeesx( &jobvs, &sort, select, &sense, &n, a, &lda_t, sdim,
72 wr, wi, vs, &ldvs_t, rconde, rcondv, work, &lwork,
73 iwork, &liwork, bwork, &info );
74 return (info < 0) ? (info - 1) : info;
92 LAPACK_sgeesx( &jobvs, &sort, select, &sense, &n, a_t, &lda_t, sdim, wr,
93 wi, vs_t, &ldvs_t, rconde, rcondv, work, &lwork, iwork,
94 &liwork, bwork, &info );
void LAPACK_sgeesx(char const *jobvs, char const *sort, LAPACK_S_SELECT2 select, char const *sense, lapack_int const *n, float *A, lapack_int const *lda, lapack_int *sdim, float *WR, float *WI, float *VS, lapack_int const *ldvs, float *rconde, float *rcondv, float *work, lapack_int const *lwork, lapack_int *iwork, lapack_int const *liwork, lapack_logical *BWORK, lapack_int *info)
#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)