#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zpbt02_ (char *uplo, integer *n, integer *kd, integer *nrhs, doublecomplex *a, integer *lda, doublecomplex *x, integer *ldx, doublecomplex *b, integer *ldb, doublereal *rwork, doublereal *resid) |
Variables |
static integer | c__1 = 1 |
static doublecomplex | c_b1 = {1.,0.} |
Function Documentation
int zpbt02_ |
( |
char * |
uplo, |
|
|
integer * |
n, |
|
|
integer * |
kd, |
|
|
integer * |
nrhs, |
|
|
doublecomplex * |
a, |
|
|
integer * |
lda, |
|
|
doublecomplex * |
x, |
|
|
integer * |
ldx, |
|
|
doublecomplex * |
b, |
|
|
integer * |
ldb, |
|
|
doublereal * |
rwork, |
|
|
doublereal * |
resid |
|
) |
| |
Variable Documentation