#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | cgeqrs_ (integer *m, integer *n, integer *nrhs, complex *a, integer *lda, complex *tau, complex *b, integer *ldb, complex *work, integer *lwork, integer *info) |
Variables |
static complex | c_b1 = {1.f,0.f} |
Function Documentation
int cgeqrs_ |
( |
integer * |
m, |
|
|
integer * |
n, |
|
|
integer * |
nrhs, |
|
|
complex * |
a, |
|
|
integer * |
lda, |
|
|
complex * |
tau, |
|
|
complex * |
b, |
|
|
integer * |
ldb, |
|
|
complex * |
work, |
|
|
integer * |
lwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation