ZTZT01

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

Purpose

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

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*16 array, dimension (LDA,N)
The original upper trapezoidal M by N matrix A.
AF
(input) COMPLEX*16 array, dimension (LDA,N)
The output of ZTZRQF 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*16 array, dimension (M)
Details of the  Householder transformations as returned by
ZTZRQF.
WORK
(workspace) COMPLEX*16 array, dimension (LWORK)
LWORK
(input) INTEGER
The length of the array WORK.  LWORK >= m*n + m.

Call Graph

Caller Graph