#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | dtbcon_ (char *norm, char *uplo, char *diag, integer *n, integer *kd, doublereal *ab, integer *ldab, doublereal *rcond, doublereal *work, integer *iwork, integer *info) |
Variables |
static integer | c__1 = 1 |
Function Documentation
int dtbcon_ |
( |
char * |
norm, |
|
|
char * |
uplo, |
|
|
char * |
diag, |
|
|
integer * |
n, |
|
|
integer * |
kd, |
|
|
doublereal * |
ab, |
|
|
integer * |
ldab, |
|
|
doublereal * |
rcond, |
|
|
doublereal * |
work, |
|
|
integer * |
iwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation