CRZT01

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

Purpose

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

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) COMPLEX array, dimension (LDA,N)
The original upper trapezoidal M by N matrix A.
AF
(input) COMPLEX array, dimension (LDA,N)
The output of CTZRZF for input matrix A.
The lower triangle is not referenced.
LDA
(input) INTEGER
The leading dimension of the arrays A and AF.
TAU
(input) COMPLEX array, dimension (M)
Details of the  Householder transformations as returned by
CTZRZF.
WORK
(workspace) COMPLEX array, dimension (LWORK)
LWORK
(input) INTEGER
The length of the array WORK.  LWORK >= m*n + m.

Call Graph

Caller Graph