![]() |
LAPACK
3.7.0
LAPACK: Linear Algebra PACKage
|
| subroutine zchk3 | ( | character*12 | SNAME, |
| double precision | EPS, | ||
| double precision | THRESH, | ||
| integer | NOUT, | ||
| integer | NTRA, | ||
| logical | TRACE, | ||
| logical | REWI, | ||
| logical | FATAL, | ||
| integer | NIDIM, | ||
| integer, dimension( nidim ) | IDIM, | ||
| integer | NKB, | ||
| integer, dimension( nkb ) | KB, | ||
| integer | NINC, | ||
| integer, dimension( ninc ) | INC, | ||
| integer | NMAX, | ||
| integer | INCMAX, | ||
| complex*16, dimension( nmax, nmax ) | A, | ||
| complex*16, dimension( nmax*nmax ) | AA, | ||
| complex*16, dimension( nmax*nmax ) | AS, | ||
| complex*16, dimension( nmax ) | X, | ||
| complex*16, dimension( nmax*incmax ) | XX, | ||
| complex*16, dimension( nmax*incmax ) | XS, | ||
| complex*16, dimension( nmax ) | XT, | ||
| double precision, dimension( nmax ) | G, | ||
| complex*16, dimension( nmax ) | Z, | ||
| integer | IORDER | ||
| ) |