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