.TH "TESTING/LIN/crzt02.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/crzt02.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "real function \fBcrzt02\fP (m, n, af, lda, tau, work, lwork)" .br .RI "\fBCRZT02\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "real function crzt02 (integer m, integer n, complex, dimension( lda, * ) af, integer lda, complex, dimension( * ) tau, complex, dimension( lwork ) work, integer lwork)" .PP \fBCRZT02\fP .PP \fBPurpose:\fP .RS 4 .PP .nf CRZT02 returns || I - Q'*Q || / ( M * eps) where the matrix Q is defined by the Householder transformations generated by CTZRZF\&. .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 COMPLEX array, dimension (LDA,N) The output of CTZRZF\&. .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 COMPLEX array, dimension (M) Details of the Householder transformations as returned by CTZRZF\&. .fi .PP .br \fIWORK\fP .PP .nf WORK is COMPLEX array, dimension (LWORK) .fi .PP .br \fILWORK\fP .PP .nf LWORK is INTEGER Length of WORK array\&. LWORK >= N*N+N\&. .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 \fBcrzt02\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.