Go to the source code of this file.
|
F77SUB | dpbtrf_ (const char &uplo, const int &n, const int &kd, double *ab, const int &ldab, int &info) |
|
F77SUB | dpbtrs_ (const char &uplo, const int &n, const int &kd, const int &nrhs, double *ab, const int &ldab, double *b, const int &ldb, int &info) |
|
◆ dpbtrf_
#define dpbtrf_ F77_GLOBAL(dpbtrf, DPBTRF) |
◆ dpbtrs_
#define dpbtrs_ F77_GLOBAL(dpbtrs, DPBTRS) |
◆ dpbtrf_()
F77SUB dpbtrf_ |
( |
const char & |
uplo, |
|
|
const int & |
n, |
|
|
const int & |
kd, |
|
|
double * |
ab, |
|
|
const int & |
ldab, |
|
|
int & |
info |
|
) |
| |
◆ dpbtrs_()
F77SUB dpbtrs_ |
( |
const char & |
uplo, |
|
|
const int & |
n, |
|
|
const int & |
kd, |
|
|
const int & |
nrhs, |
|
|
double * |
ab, |
|
|
const int & |
ldab, |
|
|
double * |
b, |
|
|
const int & |
ldb, |
|
|
int & |
info |
|
) |
| |