#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zhseqr_ (char *job, char *compz, integer *n, integer *ilo, integer *ihi, doublecomplex *h__, integer *ldh, doublecomplex *w, doublecomplex *z__, integer *ldz, doublecomplex *work, integer *lwork, integer *info) |
Variables |
static integer | c__1 = 1 |
static integer | c__12 = 12 |
static integer | c__2 = 2 |
static integer | c__49 = 49 |
static doublecomplex | c_b1 = {0.,0.} |
static doublecomplex | c_b2 = {1.,0.} |
Function Documentation
int zhseqr_ |
( |
char * |
job, |
|
|
char * |
compz, |
|
|
integer * |
n, |
|
|
integer * |
ilo, |
|
|
integer * |
ihi, |
|
|
doublecomplex * |
h__, |
|
|
integer * |
ldh, |
|
|
doublecomplex * |
w, |
|
|
doublecomplex * |
z__, |
|
|
integer * |
ldz, |
|
|
doublecomplex * |
work, |
|
|
integer * |
lwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation