DDRVRF3
Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
November 2008
November 2008
Purpose
DDRVRF3 tests the LAPACK RFP routines:
DTFSM
DTFSM
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) DOUBLE PRECISION array, dimension (LDA,NMAX)
|
LDA |
(input) INTEGER
The leading dimension of the array A. LDA >= max(1,NMAX).
|
ARF |
(workspace) DOUBLE PRECISION array, dimension ((NMAX*(NMAX+1))/2).
|
B1 |
(workspace) DOUBLE PRECISION array, dimension (LDA,NMAX)
|
B2 |
(workspace) DOUBLE PRECISION array, dimension (LDA,NMAX)
|
D_WORK_DLANGE |
(workspace) DOUBLE PRECISION array, dimension (NMAX)
|
D_WORK_DGEQRF |
(workspace) DOUBLE PRECISION array, dimension (NMAX)
|
TAU |
(workspace) DOUBLE PRECISION array, dimension (NMAX)
|