#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | cporfsx_ (char *uplo, char *equed, integer *n, integer *nrhs, complex *a, integer *lda, complex *af, integer *ldaf, real *s, complex *b, integer *ldb, complex *x, integer *ldx, real *rcond, real *berr, integer *n_err_bnds__, real *err_bnds_norm__, real *err_bnds_comp__, integer *nparams, real *params, complex *work, real *rwork, integer *info) |
Variables |
static logical | c_false = FALSE_ |
static logical | c_true = TRUE_ |
Function Documentation
int cporfsx_ |
( |
char * |
uplo, |
|
|
char * |
equed, |
|
|
integer * |
n, |
|
|
integer * |
nrhs, |
|
|
complex * |
a, |
|
|
integer * |
lda, |
|
|
complex * |
af, |
|
|
integer * |
ldaf, |
|
|
real * |
s, |
|
|
complex * |
b, |
|
|
integer * |
ldb, |
|
|
complex * |
x, |
|
|
integer * |
ldx, |
|
|
real * |
rcond, |
|
|
real * |
berr, |
|
|
integer * |
n_err_bnds__, |
|
|
real * |
err_bnds_norm__, |
|
|
real * |
err_bnds_comp__, |
|
|
integer * |
nparams, |
|
|
real * |
params, |
|
|
complex * |
work, |
|
|
real * |
rwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation