#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zgesdd_ (char *jobz, integer *m, integer *n, doublecomplex *a, integer *lda, doublereal *s, doublecomplex *u, integer *ldu, doublecomplex *vt, integer *ldvt, doublecomplex *work, integer *lwork, doublereal *rwork, integer *iwork, integer *info) |
Variables |
static integer | c__0 = 0 |
static integer | c__1 = 1 |
static doublecomplex | c_b1 = {0.,0.} |
static doublecomplex | c_b2 = {1.,0.} |
static integer | c_n1 = -1 |
Function Documentation
int zgesdd_ |
( |
char * |
jobz, |
|
|
integer * |
m, |
|
|
integer * |
n, |
|
|
doublecomplex * |
a, |
|
|
integer * |
lda, |
|
|
doublereal * |
s, |
|
|
doublecomplex * |
u, |
|
|
integer * |
ldu, |
|
|
doublecomplex * |
vt, |
|
|
integer * |
ldvt, |
|
|
doublecomplex * |
work, |
|
|
integer * |
lwork, |
|
|
doublereal * |
rwork, |
|
|
integer * |
iwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation