Go to the source code of this file.
Functions | |
lapack_int | LAPACKE_cggesx_work (int matrix_order, char jobvsl, char jobvsr, char sort, LAPACK_C_SELECT2 selctg, char sense, lapack_int n, lapack_complex_float *a, lapack_int lda, lapack_complex_float *b, lapack_int ldb, lapack_int *sdim, lapack_complex_float *alpha, lapack_complex_float *beta, lapack_complex_float *vsl, lapack_int ldvsl, lapack_complex_float *vsr, lapack_int ldvsr, float *rconde, float *rcondv, lapack_complex_float *work, lapack_int lwork, float *rwork, lapack_int *iwork, lapack_int liwork, lapack_logical *bwork) |
lapack_int LAPACKE_cggesx_work | ( | int | matrix_order, |
char | jobvsl, | ||
char | jobvsr, | ||
char | sort, | ||
LAPACK_C_SELECT2 | selctg, | ||
char | sense, | ||
lapack_int | n, | ||
lapack_complex_float * | a, | ||
lapack_int | lda, | ||
lapack_complex_float * | b, | ||
lapack_int | ldb, | ||
lapack_int * | sdim, | ||
lapack_complex_float * | alpha, | ||
lapack_complex_float * | beta, | ||
lapack_complex_float * | vsl, | ||
lapack_int | ldvsl, | ||
lapack_complex_float * | vsr, | ||
lapack_int | ldvsr, | ||
float * | rconde, | ||
float * | rcondv, | ||
lapack_complex_float * | work, | ||
lapack_int | lwork, | ||
float * | rwork, | ||
lapack_int * | iwork, | ||
lapack_int | liwork, | ||
lapack_logical * | bwork | ||
) |
Definition at line 37 of file lapacke_cggesx_work.c.