ppsv - multiple declarations
Function ppsv
Solves a symmetric positive definite system of linear equations AX=B, where A is held in packed storage.
void ppsv
(
char uplo,
int n,
int nrhs,
float* ap,
float* b,
int ldb,
ref int info
);
Function ppsv
void ppsv
(
char uplo,
int n,
int nrhs,
std .complex .Complex!(double)* ap,
std .complex .Complex!(double)* b,
int ldb,
ref int info
);
Function ppsv
void ppsv
(
char uplo,
int n,
int nrhs,
std .complex .Complex!(float)* ap,
std .complex .Complex!(float)* b,
int ldb,
ref int info
);
Function ppsv
void ppsv
(
char uplo,
int n,
int nrhs,
double* ap,
double* b,
int ldb,
ref int info
);