#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zgghrd_ (char *compq, char *compz, integer *n, integer *ilo, integer *ihi, doublecomplex *a, integer *lda, doublecomplex *b, integer *ldb, doublecomplex *q, integer *ldq, doublecomplex *z__, integer *ldz, integer *info) |
Variables |
static integer | c__1 = 1 |
static doublecomplex | c_b1 = {1.,0.} |
static doublecomplex | c_b2 = {0.,0.} |
Function Documentation
int zgghrd_ |
( |
char * |
compq, |
|
|
char * |
compz, |
|
|
integer * |
n, |
|
|
integer * |
ilo, |
|
|
integer * |
ihi, |
|
|
doublecomplex * |
a, |
|
|
integer * |
lda, |
|
|
doublecomplex * |
b, |
|
|
integer * |
ldb, |
|
|
doublecomplex * |
q, |
|
|
integer * |
ldq, |
|
|
doublecomplex * |
z__, |
|
|
integer * |
ldz, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation