LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
ddrvrf1.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ddrvrf1 (NOUT, NN, NVAL, THRESH, A, LDA, ARF, WORK)
 DDRVRF1 More...
 
dlansf
double precision function dlansf(NORM, TRANSR, UPLO, N, A, WORK)
DLANSF returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: dlansf.f:211
dlansy
double precision function dlansy(NORM, UPLO, N, A, LDA, WORK)
DLANSY returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: dlansy.f:124
dtrttf
subroutine dtrttf(TRANSR, UPLO, N, A, LDA, ARF, INFO)
DTRTTF copies a triangular matrix from the standard full format (TR) to the rectangular full packed f...
Definition: dtrttf.f:196
dlarnd
double precision function dlarnd(IDIST, ISEED)
DLARND
Definition: dlarnd.f:75
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70