table of contents
/home/abuild/rpmbuild/BUILD/lapack-3.12.0/TESTING/LIN/sdrvrf2.f(3) | Library Functions Manual | /home/abuild/rpmbuild/BUILD/lapack-3.12.0/TESTING/LIN/sdrvrf2.f(3) |
NAME¶
/home/abuild/rpmbuild/BUILD/lapack-3.12.0/TESTING/LIN/sdrvrf2.f
SYNOPSIS¶
Functions/Subroutines¶
subroutine SDRVRF2 (nout, nn, nval, a, lda, arf, ap, asav)
SDRVRF2
Function/Subroutine Documentation¶
subroutine SDRVRF2 (integer nout, integer nn, integer, dimension( nn ) nval, real, dimension( lda, * ) a, integer lda, real, dimension( * ) arf, real, dimension(*) ap, real, dimension( lda, * ) asav)¶
SDRVRF2
Purpose:
!> !> SDRVRF2 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 REAL array, dimension (LDA,NMAX) !>
LDA
!> LDA is INTEGER !> The leading dimension of the array A. LDA >= max(1,NMAX). !>
ARF
!> ARF is REAL array, dimension ((NMAX*(NMAX+1))/2). !>
AP
!> AP is REAL array, dimension ((NMAX*(NMAX+1))/2). !>
ASAV
!> ASAV is REAL array, dimension (LDA,NMAX) !>
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Definition at line 88 of file sdrvrf2.f.
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
Version 3.12.0 | LAPACK |