pbsvx
- void pbsvx(char fact, char uplo, f_int n, f_int kd, f_int nrhs, f_float* ab, f_int ldab, f_float* afb, f_int ldafb, char equed, f_float* s, f_float* b, f_int ldb, f_float* x, f_int ldx, f_float rcond, f_float* ferr, f_float* berr, f_float* work, f_int* iwork, f_int info)
void
pbsvx
(,,,,,,,,,,,,,,,,,,,,) - void pbsvx(char fact, char uplo, f_int n, f_int kd, f_int nrhs, f_double* ab, f_int ldab, f_double* afb, f_int ldafb, char equed, f_double* s, f_double* b, f_int ldb, f_double* x, f_int ldx, f_double rcond, f_double* ferr, f_double* berr, f_double* work, f_int* iwork, f_int info)
- void pbsvx(char fact, char uplo, f_int n, f_int kd, f_int nrhs, f_cfloat* ab, f_int ldab, f_cfloat* afb, f_int ldafb, char equed, f_float* s, f_cfloat* b, f_int ldb, f_cfloat* x, f_int ldx, f_float rcond, f_float* ferr, f_float* berr, f_cfloat* work, f_float* rwork, f_int info)
- void pbsvx(char fact, char uplo, f_int n, f_int kd, f_int nrhs, f_cdouble* ab, f_int ldab, f_cdouble* afb, f_int ldafb, char equed, f_double* s, f_cdouble* b, f_int ldb, f_cdouble* x, f_int ldx, f_double rcond, f_double* ferr, f_double* berr, f_cdouble* work, f_double* rwork, f_int info)
Solves a symmetric positive definite banded system of linear equations AX=B, and provides an estimate of the condition number and error bounds on the solution.