#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zgeev_ (char *jobvl, char *jobvr, integer *n, doublecomplex *a, integer *lda, doublecomplex *w, doublecomplex *vl, integer *ldvl, doublecomplex *vr, integer *ldvr, doublecomplex *work, integer *lwork, doublereal *rwork, integer *info) |
Variables |
static integer | c__0 = 0 |
static integer | c__1 = 1 |
static integer | c_n1 = -1 |
Function Documentation
int zgeev_ |
( |
char * |
jobvl, |
|
|
char * |
jobvr, |
|
|
integer * |
n, |
|
|
doublecomplex * |
a, |
|
|
integer * |
lda, |
|
|
doublecomplex * |
w, |
|
|
doublecomplex * |
vl, |
|
|
integer * |
ldvl, |
|
|
doublecomplex * |
vr, |
|
|
integer * |
ldvr, |
|
|
doublecomplex * |
work, |
|
|
integer * |
lwork, |
|
|
doublereal * |
rwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation