![]() |
LAPACK
3.7.0
LAPACK: Linear Algebra PACKage
|
subroutine dchk2 | ( | 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 | NALF, | ||
double precision, dimension( nalf ) | ALF, | ||
integer | NBET, | ||
double precision, dimension( nbet ) | BET, | ||
integer | NMAX, | ||
double precision, dimension( nmax, nmax ) | A, | ||
double precision, dimension( nmax*nmax ) | AA, | ||
double precision, dimension( nmax*nmax ) | AS, | ||
double precision, dimension( nmax, nmax ) | B, | ||
double precision, dimension( nmax*nmax ) | BB, | ||
double precision, dimension( nmax*nmax ) | BS, | ||
double precision, dimension( nmax, nmax ) | C, | ||
double precision, dimension( nmax*nmax ) | CC, | ||
double precision, dimension( nmax*nmax ) | CS, | ||
double precision, dimension( nmax ) | CT, | ||
double precision, dimension( nmax ) | G, | ||
integer | IORDER | ||
) |