SRZT01

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

Purpose

SRZT01 returns
     || A - R*Q || / ( M * eps * ||A|| )
for an upper trapezoidal A that was factored with STZRZF.

Arguments

M
(input) INTEGER
The number of rows of the matrices A and AF.
N
(input) INTEGER
The number of columns of the matrices A and AF.
A
(input) REAL array, dimension (LDA,N)
The original upper trapezoidal M by N matrix A.
AF
(input) REAL array, dimension (LDA,N)
The output of STZRZF for input matrix A.
The lower triangle is not referenced.
LDA
(input) INTEGER
The leading dimension of the arrays A and 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
The length of the array WORK.  LWORK >= m*n + m*nb.

Call Graph

Caller Graph