STZT01

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

Purpose

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

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 STZRQF 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
STZRQF.
WORK
(workspace) REAL array, dimension (LWORK)
LWORK
(input) INTEGER
The length of the array WORK.  LWORK >= m*n + m.

Call Graph

Caller Graph