#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | cggesx_ (char *jobvsl, char *jobvsr, char *sort, L_fp selctg, char *sense, integer *n, complex *a, integer *lda, complex *b, integer *ldb, integer *sdim, complex *alpha, complex *beta, complex *vsl, integer *ldvsl, complex *vsr, integer *ldvsr, real *rconde, real *rcondv, complex *work, integer *lwork, real *rwork, integer *iwork, integer *liwork, logical *bwork, integer *info) |
Variables |
static integer | c__0 = 0 |
static integer | c__1 = 1 |
static complex | c_b1 = {0.f,0.f} |
static complex | c_b2 = {1.f,0.f} |
static integer | c_n1 = -1 |
Function Documentation
int cggesx_ |
( |
char * |
jobvsl, |
|
|
char * |
jobvsr, |
|
|
char * |
sort, |
|
|
L_fp |
selctg, |
|
|
char * |
sense, |
|
|
integer * |
n, |
|
|
complex * |
a, |
|
|
integer * |
lda, |
|
|
complex * |
b, |
|
|
integer * |
ldb, |
|
|
integer * |
sdim, |
|
|
complex * |
alpha, |
|
|
complex * |
beta, |
|
|
complex * |
vsl, |
|
|
integer * |
ldvsl, |
|
|
complex * |
vsr, |
|
|
integer * |
ldvsr, |
|
|
real * |
rconde, |
|
|
real * |
rcondv, |
|
|
complex * |
work, |
|
|
integer * |
lwork, |
|
|
real * |
rwork, |
|
|
integer * |
iwork, |
|
|
integer * |
liwork, |
|
|
logical * |
bwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation