ZDRVRF1
Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
November 2008
November 2008
Purpose
ZDRVRF1 tests the LAPACK RFP routines:
ZLANHF.F
ZLANHF.F
Arguments
NOUT |
(input) INTEGER
The unit number for output.
|
NN |
(input) INTEGER
The number of values of N contained in the vector NVAL.
|
NVAL |
(input) INTEGER array, dimension (NN)
The values of the matrix dimension N.
|
THRESH |
(input) DOUBLE PRECISION
The threshold value for the test ratios. A result is
included in the output file if RESULT >= THRESH. To have every test ratio printed, use THRESH = 0. |
A |
(workspace) COMPLEX*16 array, dimension (LDA,NMAX)
|
LDA |
(input) INTEGER
The leading dimension of the array A. LDA >= max(1,NMAX).
|
ARF |
(workspace) COMPLEX*16 array, dimension ((NMAX*(NMAX+1))/2).
|
WORK |
(workspace) DOUBLE PRECISION array, dimension ( NMAX )
|