#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | chgeqz_ (char *job, char *compq, char *compz, integer *n, integer *ilo, integer *ihi, complex *h__, integer *ldh, complex *t, integer *ldt, complex *alpha, complex *beta, complex *q, integer *ldq, complex *z__, integer *ldz, complex *work, integer *lwork, real *rwork, integer *info) |
Variables |
static integer | c__1 = 1 |
static integer | c__2 = 2 |
static complex | c_b1 = {0.f,0.f} |
static complex | c_b2 = {1.f,0.f} |
Function Documentation
int chgeqz_ |
( |
char * |
job, |
|
|
char * |
compq, |
|
|
char * |
compz, |
|
|
integer * |
n, |
|
|
integer * |
ilo, |
|
|
integer * |
ihi, |
|
|
complex * |
h__, |
|
|
integer * |
ldh, |
|
|
complex * |
t, |
|
|
integer * |
ldt, |
|
|
complex * |
alpha, |
|
|
complex * |
beta, |
|
|
complex * |
q, |
|
|
integer * |
ldq, |
|
|
complex * |
z__, |
|
|
integer * |
ldz, |
|
|
complex * |
work, |
|
|
integer * |
lwork, |
|
|
real * |
rwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation