SDRVRF2

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

Purpose

SDRVRF2 tests the LAPACK RFP convertion routines.

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.
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).
AP
(workspace) REAL array, dimension ((NMAX*(NMAX+1))/2).
A2
(workspace) REAL array, dimension (LDA,NMAX)

Call Graph

Caller Graph