#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | cgsvts_ (integer *m, integer *p, integer *n, complex *a, complex *af, integer *lda, complex *b, complex *bf, integer *ldb, complex *u, integer *ldu, complex *v, integer *ldv, complex *q, integer *ldq, real *alpha, real *beta, complex *r__, integer *ldr, integer *iwork, complex *work, integer *lwork, real *rwork, real *result) |
Variables |
static integer | c__1 = 1 |
static complex | c_b1 = {0.f,0.f} |
static complex | c_b2 = {1.f,0.f} |
static real | c_b36 = -1.f |
static real | c_b37 = 1.f |
Function Documentation
int cgsvts_ |
( |
integer * |
m, |
|
|
integer * |
p, |
|
|
integer * |
n, |
|
|
complex * |
a, |
|
|
complex * |
af, |
|
|
integer * |
lda, |
|
|
complex * |
b, |
|
|
complex * |
bf, |
|
|
integer * |
ldb, |
|
|
complex * |
u, |
|
|
integer * |
ldu, |
|
|
complex * |
v, |
|
|
integer * |
ldv, |
|
|
complex * |
q, |
|
|
integer * |
ldq, |
|
|
real * |
alpha, |
|
|
real * |
beta, |
|
|
complex * |
r__, |
|
|
integer * |
ldr, |
|
|
integer * |
iwork, |
|
|
complex * |
work, |
|
|
integer * |
lwork, |
|
|
real * |
rwork, |
|
|
real * |
result |
|
) |
| |
Variable Documentation