#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | ztpt03_ (char *uplo, char *trans, char *diag, integer *n, integer *nrhs, doublecomplex *ap, doublereal *scale, doublereal *cnorm, doublereal *tscal, doublecomplex *x, integer *ldx, doublecomplex *b, integer *ldb, doublecomplex *work, doublereal *resid) |
Variables |
static integer | c__1 = 1 |
Function Documentation
int ztpt03_ |
( |
char * |
uplo, |
|
|
char * |
trans, |
|
|
char * |
diag, |
|
|
integer * |
n, |
|
|
integer * |
nrhs, |
|
|
doublecomplex * |
ap, |
|
|
doublereal * |
scale, |
|
|
doublereal * |
cnorm, |
|
|
doublereal * |
tscal, |
|
|
doublecomplex * |
x, |
|
|
integer * |
ldx, |
|
|
doublecomplex * |
b, |
|
|
integer * |
ldb, |
|
|
doublecomplex * |
work, |
|
|
doublereal * |
resid |
|
) |
| |
Variable Documentation