.TH "TESTING/LIN/drzt02.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/drzt02.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "double precision function \fBdrzt02\fP (m, n, af, lda, tau, work, lwork)" .br .RI "\fBDRZT02\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "double precision function drzt02 (integer m, integer n, double precision, dimension( lda, * ) af, integer lda, double precision, dimension( * ) tau, double precision, dimension( lwork ) work, integer lwork)" .PP \fBDRZT02\fP .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> DRZT02 returns !> || I - Q'*Q || / ( M * eps) !> where the matrix Q is defined by the Householder transformations !> generated by DTZRZF\&. !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIM\fP .PP .nf !> M is INTEGER !> The number of rows of the matrix AF\&. !> .fi .PP .br \fIN\fP .PP .nf !> N is INTEGER !> The number of columns of the matrix AF\&. !> .fi .PP .br \fIAF\fP .PP .nf !> AF is DOUBLE PRECISION array, dimension (LDA,N) !> The output of DTZRZF\&. !> .fi .PP .br \fILDA\fP .PP .nf !> LDA is INTEGER !> The leading dimension of the array 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 !> length of WORK array\&. LWORK >= N*N+N*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 \fB89\fP of file \fBdrzt02\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.