#include <cstddef>
#include "matrix.hpp"
Go to the source code of this file.
|
namespace | plask |
| Patterson quadrature for complex function along specified line.
|
|
|
#define | UPLO 'L' |
|
#define | dsbmv F77_GLOBAL(dsbmv, DSBMV) |
|
#define | dpbtrf F77_GLOBAL(dpbtrf, DPBTRF) |
|
#define | dpbtrs F77_GLOBAL(dpbtrs, DPBTRS) |
|
|
F77SUB | dsbmv (const char &uplo, const int &n, const int &k, const double &alpha, const double *a, const int &lda, const double *x, const int &incx, const double &beta, double *y, const int &incy) |
|
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) |
◆ dsbmv
#define dsbmv F77_GLOBAL(dsbmv, DSBMV) |
◆ UPLO
◆ 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 |
|
) |
| |
◆ dsbmv()
F77SUB dsbmv |
( |
const char & |
uplo, |
|
|
const int & |
n, |
|
|
const int & |
k, |
|
|
const double & |
alpha, |
|
|
const double * |
a, |
|
|
const int & |
lda, |
|
|
const double * |
x, |
|
|
const int & |
incx, |
|
|
const double & |
beta, |
|
|
double * |
y, |
|
|
const int & |
incy |
|
) |
| |