#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | ctbtrs_ (char *uplo, char *trans, char *diag, integer *n, integer *kd, integer *nrhs, complex *ab, integer *ldab, complex *b, integer *ldb, integer *info) |
Variables |
static integer | c__1 = 1 |
Function Documentation
int ctbtrs_ |
( |
char * |
uplo, |
|
|
char * |
trans, |
|
|
char * |
diag, |
|
|
integer * |
n, |
|
|
integer * |
kd, |
|
|
integer * |
nrhs, |
|
|
complex * |
ab, |
|
|
integer * |
ldab, |
|
|
complex * |
b, |
|
|
integer * |
ldb, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation