#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zsgt01_ (integer *itype, char *uplo, integer *n, integer *m, doublecomplex *a, integer *lda, doublecomplex *b, integer *ldb, doublecomplex *z__, integer *ldz, doublereal *d__, doublecomplex *work, doublereal *rwork, doublereal *result) |
Variables |
static integer | c__1 = 1 |
static doublecomplex | c_b1 = {0.,0.} |
static doublecomplex | c_b2 = {1.,0.} |
Function Documentation
int zsgt01_ |
( |
integer * |
itype, |
|
|
char * |
uplo, |
|
|
integer * |
n, |
|
|
integer * |
m, |
|
|
doublecomplex * |
a, |
|
|
integer * |
lda, |
|
|
doublecomplex * |
b, |
|
|
integer * |
ldb, |
|
|
doublecomplex * |
z__, |
|
|
integer * |
ldz, |
|
|
doublereal * |
d__, |
|
|
doublecomplex * |
work, |
|
|
doublereal * |
rwork, |
|
|
doublereal * |
result |
|
) |
| |
Variable Documentation