DRZT02

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

Purpose

DRZT02 returns
     || I - Q'*Q || / ( M * eps)
where the matrix Q is defined by the Householder transformations
generated by DTZRZF.

Arguments

M
(input) INTEGER
The number of rows of the matrix AF.
N
(input) INTEGER
The number of columns of the matrix AF.
AF
(input) DOUBLE PRECISION array, dimension (LDA,N)
The output of DTZRZF.
LDA
(input) INTEGER
The leading dimension of the array AF.
TAU
(input) DOUBLE PRECISION array, dimension (M)
Details of the Householder transformations as returned by
DTZRZF.
WORK
(workspace) DOUBLE PRECISION array, dimension (LWORK)
LWORK
(input) INTEGER
length of WORK array. LWORK >= N*N+N*NB.

Call Graph

Caller Graph