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