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