#include "f2c.h"
#include "blaswrap.h"
Go to the source code of this file.
Functions |
int | csyt03_ (char *uplo, integer *n, complex *a, integer *lda, complex *ainv, integer *ldainv, complex *work, integer *ldwork, real *rwork, real *rcond, real *resid) |
Variables |
static complex | c_b1 = {0.f,0.f} |
Function Documentation
int csyt03_ |
( |
char * |
uplo, |
|
|
integer * |
n, |
|
|
complex * |
a, |
|
|
integer * |
lda, |
|
|
complex * |
ainv, |
|
|
integer * |
ldainv, |
|
|
complex * |
work, |
|
|
integer * |
ldwork, |
|
|
real * |
rwork, |
|
|
real * |
rcond, |
|
|
real * |
resid |
|
) |
| |
Variable Documentation