![]() |
LAPACK
3.7.0
LAPACK: Linear Algebra PACKage
|
| subroutine cchk5 | ( | character*12 | SNAME, |
| real | EPS, | ||
| real | THRESH, | ||
| integer | NOUT, | ||
| integer | NTRA, | ||
| logical | TRACE, | ||
| logical | REWI, | ||
| logical | FATAL, | ||
| integer | NIDIM, | ||
| integer, dimension( nidim ) | IDIM, | ||
| integer | NALF, | ||
| complex, dimension( nalf ) | ALF, | ||
| integer | NINC, | ||
| integer, dimension( ninc ) | INC, | ||
| integer | NMAX, | ||
| integer | INCMAX, | ||
| complex, dimension( nmax, nmax ) | A, | ||
| complex, dimension( nmax*nmax ) | AA, | ||
| complex, dimension( nmax*nmax ) | AS, | ||
| complex, dimension( nmax ) | X, | ||
| complex, dimension( nmax*incmax ) | XX, | ||
| complex, dimension( nmax*incmax ) | XS, | ||
| complex, dimension( nmax ) | Y, | ||
| complex, dimension( nmax*incmax ) | YY, | ||
| complex, dimension( nmax*incmax ) | YS, | ||
| complex, dimension( nmax ) | YT, | ||
| real, dimension( nmax ) | G, | ||
| complex, dimension( nmax ) | Z, | ||
| integer | IORDER | ||
| ) |