STZT02

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

Purpose

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

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

Call Graph

Caller Graph