cdrvrf2.f - Man Page

TESTING/LIN/cdrvrf2.f

Synopsis

Functions/Subroutines

subroutine cdrvrf2 (nout, nn, nval, a, lda, arf, ap, asav)
CDRVRF2

Function/Subroutine Documentation

subroutine cdrvrf2 (integer nout, integer nn, integer, dimension( nn ) nval, complex, dimension( lda, * ) a, integer lda, complex, dimension( * ) arf, complex, dimension(*) ap, complex, dimension( lda, * ) asav)

CDRVRF2

Purpose:

 CDRVRF2 tests the LAPACK RFP conversion routines.
Parameters

NOUT

          NOUT is INTEGER
                The unit number for output.

NN

          NN is INTEGER
                The number of values of N contained in the vector NVAL.

NVAL

          NVAL is INTEGER array, dimension (NN)
                The values of the matrix dimension N.

A

          A is COMPLEX array, dimension (LDA,NMAX)

LDA

          LDA is INTEGER
                The leading dimension of the array A.  LDA >= max(1,NMAX).

ARF

          ARF is COMPLEX array, dimension ((NMAX*(NMAX+1))/2).

AP

          AP is COMPLEX array, dimension ((NMAX*(NMAX+1))/2).

ASAV

          ASAV is COMPLEX6 array, dimension (LDA,NMAX)
Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 88 of file cdrvrf2.f.

Author

Generated automatically by Doxygen for LAPACK from the source code.

Referenced By

The man page cdrvrf2(3) is an alias of cdrvrf2.f(3).

Tue Nov 28 2023 12:08:42 Version 3.12.0 LAPACK