.TH "TESTING/LIN/drzt01.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/drzt01.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "double precision function \fBdrzt01\fP (m, n, a, af, lda, tau, work, lwork)" .br .RI "\fBDRZT01\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "double precision function drzt01 (integer m, integer n, double precision, dimension( lda, * ) a, double precision, dimension( lda, * ) af, integer lda, double precision, dimension( * ) tau, double precision, dimension( lwork ) work, integer lwork)" .PP \fBDRZT01\fP .PP \fBPurpose:\fP .RS 4 .PP .nf DRZT01 returns || A - R*Q || / ( M * eps * ||A|| ) for an upper trapezoidal A that was factored with DTZRZF\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIM\fP .PP .nf M is INTEGER The number of rows of the matrices A and AF\&. .fi .PP .br \fIN\fP .PP .nf N is INTEGER The number of columns of the matrices A and AF\&. .fi .PP .br \fIA\fP .PP .nf A is DOUBLE PRECISION array, dimension (LDA,N) The original upper trapezoidal M by N matrix A\&. .fi .PP .br \fIAF\fP .PP .nf AF is DOUBLE PRECISION array, dimension (LDA,N) The output of DTZRZF for input matrix A\&. The lower triangle is not referenced\&. .fi .PP .br \fILDA\fP .PP .nf LDA is INTEGER The leading dimension of the arrays A and AF\&. .fi .PP .br \fITAU\fP .PP .nf TAU is DOUBLE PRECISION array, dimension (M) Details of the Householder transformations as returned by DTZRZF\&. .fi .PP .br \fIWORK\fP .PP .nf WORK is DOUBLE PRECISION array, dimension (LWORK) .fi .PP .br \fILWORK\fP .PP .nf LWORK is INTEGER The length of the array WORK\&. LWORK >= m*n + m*nb\&. .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .PP Definition at line \fB96\fP of file \fBdrzt01\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.