#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | cgrqts_ (integer *m, integer *p, integer *n, complex *a, complex *af, complex *q, complex *r__, integer *lda, complex *taua, complex *b, complex *bf, complex *z__, complex *t, complex *bwk, integer *ldb, complex *taub, complex *work, integer *lwork, real *rwork, real *result) |
Variables |
static complex | c_b1 = {0.f,0.f} |
static complex | c_b2 = {1.f,0.f} |
static complex | c_b3 = {-1e10f,0.f} |
static real | c_b34 = -1.f |
static real | c_b35 = 1.f |
Function Documentation
int cgrqts_ |
( |
integer * |
m, |
|
|
integer * |
p, |
|
|
integer * |
n, |
|
|
complex * |
a, |
|
|
complex * |
af, |
|
|
complex * |
q, |
|
|
complex * |
r__, |
|
|
integer * |
lda, |
|
|
complex * |
taua, |
|
|
complex * |
b, |
|
|
complex * |
bf, |
|
|
complex * |
z__, |
|
|
complex * |
t, |
|
|
complex * |
bwk, |
|
|
integer * |
ldb, |
|
|
complex * |
taub, |
|
|
complex * |
work, |
|
|
integer * |
lwork, |
|
|
real * |
rwork, |
|
|
real * |
result |
|
) |
| |
Variable Documentation