pbsv
- void pbsv(char uplo, f_int n, f_int kd, f_int nrhs, f_float* ab, f_int ldab, f_float* b, f_int ldb, f_int info)
- void pbsv(char uplo, f_int n, f_int kd, f_int nrhs, f_double* ab, f_int ldab, f_double* b, f_int ldb, f_int info)
- void pbsv(char uplo, f_int n, f_int kd, f_int nrhs, f_cfloat* ab, f_int ldab, f_cfloat* b, f_int ldb, f_int info)
- void pbsv(char uplo, f_int n, f_int kd, f_int nrhs, f_cdouble* ab, f_int ldab, f_cdouble* b, f_int ldb, f_int info)
Solves a symmetric positive definite banded system of linear equations AX=B.