#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zcgesv_ (integer *n, integer *nrhs, doublecomplex *a, integer *lda, integer *ipiv, doublecomplex *b, integer *ldb, doublecomplex *x, integer *ldx, doublecomplex *work, complex *swork, doublereal *rwork, integer *iter, integer *info) |
Variables |
static integer | c__1 = 1 |
static doublecomplex | c_b1 = {-1.,0.} |
static doublecomplex | c_b2 = {1.,0.} |
Function Documentation
int zcgesv_ |
( |
integer * |
n, |
|
|
integer * |
nrhs, |
|
|
doublecomplex * |
a, |
|
|
integer * |
lda, |
|
|
integer * |
ipiv, |
|
|
doublecomplex * |
b, |
|
|
integer * |
ldb, |
|
|
doublecomplex * |
x, |
|
|
integer * |
ldx, |
|
|
doublecomplex * |
work, |
|
|
complex * |
swork, |
|
|
doublereal * |
rwork, |
|
|
integer * |
iter, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation