LAPACK 3.3.0

ddrvrf3.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DDRVRF3 (NOUT, NN, NVAL, THRESH, A, LDA, ARF, B1, B2, D_WORK_DLANGE, D_WORK_DGEQRF, TAU)

Function Documentation

subroutine DDRVRF3 ( INTEGER  NOUT,
INTEGER  NN,
INTEGER,dimension( nn )  NVAL,
DOUBLE PRECISION  THRESH,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( * )  ARF,
DOUBLE PRECISION,dimension( lda, * )  B1,
DOUBLE PRECISION,dimension( lda, * )  B2,
DOUBLE PRECISION,dimension( * )  D_WORK_DLANGE,
DOUBLE PRECISION,dimension( * )  D_WORK_DGEQRF,
DOUBLE PRECISION,dimension( * )  TAU 
)

Definition at line 1 of file ddrvrf3.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions