#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | cgtcon_ (char *norm, integer *n, complex *dl, complex *d__, complex *du, complex *du2, integer *ipiv, real *anorm, real *rcond, complex *work, integer *info) |
Variables |
static integer | c__1 = 1 |
Function Documentation
int cgtcon_ |
( |
char * |
norm, |
|
|
integer * |
n, |
|
|
complex * |
dl, |
|
|
complex * |
d__, |
|
|
complex * |
du, |
|
|
complex * |
du2, |
|
|
integer * |
ipiv, |
|
|
real * |
anorm, |
|
|
real * |
rcond, |
|
|
complex * |
work, |
|
|
integer * |
info |
|
) |
| |
Variable Documentation