SRZT02

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

Purpose

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

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) REAL array, dimension (LDA,N)
The output of STZRZF.
LDA
(input) INTEGER
The leading dimension of the array AF.
TAU
(input) REAL array, dimension (M)
Details of the Householder transformations as returned by
STZRZF.
WORK
(workspace) REAL array, dimension (LWORK)
LWORK
(input) INTEGER
length of WORK array. LWORK >= N*N+N*NB.

Call Graph

Caller Graph