ptrfs - multiple declarations
Function ptrfs
void ptrfs
(
char uplo,
int n,
int nrhs,
double* d,
std .complex .Complex!(double)* e,
double* df,
std .complex .Complex!(double)* ef,
std .complex .Complex!(double)* b,
int ldb,
std .complex .Complex!(double)* x,
int ldx,
double* ferr,
double* berr,
std .complex .Complex!(double)* work,
double* rwork,
ref int info
);
Function ptrfs
void ptrfs
(
char uplo,
int n,
int nrhs,
float* d,
std .complex .Complex!(float)* e,
float* df,
std .complex .Complex!(float)* ef,
std .complex .Complex!(float)* b,
int ldb,
std .complex .Complex!(float)* x,
int ldx,
float* ferr,
float* berr,
std .complex .Complex!(float)* work,
float* rwork,
ref int info
);
Function ptrfs
void ptrfs
(
int n,
int nrhs,
double* d,
double* e,
double* df,
double* ef,
double* b,
int ldb,
double* x,
int ldx,
double* ferr,
double* berr,
double* work,
ref int info
);
Function ptrfs
Improves the computed solution to a symmetric positive definite tridiagonal system of linear equations AX=B, and provides forward and backward error bounds for the solution.
void ptrfs
(
int n,
int nrhs,
float* d,
float* e,
float* df,
float* ef,
float* b,
int ldb,
float* x,
int ldx,
float* ferr,
float* berr,
float* work,
ref int info
);