#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | sppsvx_ (char *fact, char *uplo, integer *n, integer *nrhs, real *ap, real *afp, char *equed, real *s, real *b, integer *ldb, real *x, integer *ldx, real *rcond, real *ferr, real *berr, real *work, integer *iwork, integer *info) |
Variables |
static integer | c__1 = 1 |
Function Documentation
int sppsvx_ |
( |
char * |
fact, |
|
|
char * |
uplo, |
|
|
integer * |
n, |
|
|
integer * |
nrhs, |
|
|
real * |
ap, |
|
|
real * |
afp, |
|
|
char * |
equed, |
|
|
real * |
s, |
|
|
real * |
b, |
|
|
integer * |
ldb, |
|
|
real * |
x, |
|
|
integer * |
ldx, |
|
|
real * |
rcond, |
|
|
real * |
ferr, |
|
|
real * |
berr, |
|
|
real * |
work, |
|
|
integer * |
iwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation