hpsvx - multiple declarations
Function hpsvx
void hpsvx
(
char fact,
char uplo,
int n,
int nrhs,
std .complex .Complex!(double)* ap,
std .complex .Complex!(double)* afp,
int* ipiv,
std .complex .Complex!(double)* b,
int ldb,
std .complex .Complex!(double)* x,
int ldx,
double rcond,
double* ferr,
double* berr,
std .complex .Complex!(double)* work,
double* rwork,
ref int info
);
Function hpsvx
Solves a complex Hermitian indefinite system of linear equations AX=B, where A is held in packed storage, and provides an estimate of the condition number and error bounds on the solution.
void hpsvx
(
char fact,
char uplo,
int n,
int nrhs,
std .complex .Complex!(float)* ap,
std .complex .Complex!(float)* afp,
int* ipiv,
std .complex .Complex!(float)* b,
int ldb,
std .complex .Complex!(float)* x,
int ldx,
float rcond,
float* ferr,
float* berr,
std .complex .Complex!(float)* work,
float* rwork,
ref int info
);