CDRVRF1

   Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
   November 2008

Purpose

CDRVRF1 tests the LAPACK RFP routines:
    CLANHF.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) REAL
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 array, dimension (LDA,NMAX)
LDA
(input) INTEGER
The leading dimension of the array A.  LDA >= max(1,NMAX).
ARF
(workspace) COMPLEX array, dimension ((NMAX*(NMAX+1))/2).
WORK
(workspace) COMPLEX array, dimension ( NMAX )

Call Graph

Caller Graph