#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | zgbcon_ (char *norm, integer *n, integer *kl, integer *ku, doublecomplex *ab, integer *ldab, integer *ipiv, doublereal *anorm, doublereal *rcond, doublecomplex *work, doublereal *rwork, integer *info) |
Variables |
static integer | c__1 = 1 |
Function Documentation
int zgbcon_ |
( |
char * |
norm, |
|
|
integer * |
n, |
|
|
integer * |
kl, |
|
|
integer * |
ku, |
|
|
doublecomplex * |
ab, |
|
|
integer * |
ldab, |
|
|
integer * |
ipiv, |
|
|
doublereal * |
anorm, |
|
|
doublereal * |
rcond, |
|
|
doublecomplex * |
work, |
|
|
doublereal * |
rwork, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation