.TH "TESTING/LIN/cqrt11.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/cqrt11.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "real function \fBcqrt11\fP (m, k, a, lda, tau, work, lwork)" .br .RI "\fBCQRT11\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "real function cqrt11 (integer m, integer k, complex, dimension( lda, * ) a, integer lda, complex, dimension( * ) tau, complex, dimension( lwork ) work, integer lwork)" .PP \fBCQRT11\fP .PP \fBPurpose:\fP .RS 4 .PP .nf CQRT11 computes the test ratio || Q'*Q - I || / (eps * m) where the orthogonal matrix Q is represented as a product of elementary transformations\&. Each transformation has the form H(k) = I - tau(k) v(k) v(k)' where tau(k) is stored in TAU(k) and v(k) is an m-vector of the form [ 0 \&.\&.\&. 0 1 x(k) ]', where x(k) is a vector of length m-k stored in A(k+1:m,k)\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIM\fP .PP .nf M is INTEGER The number of rows of the matrix A\&. .fi .PP .br \fIK\fP .PP .nf K is INTEGER The number of columns of A whose subdiagonal entries contain information about orthogonal transformations\&. .fi .PP .br \fIA\fP .PP .nf A is COMPLEX array, dimension (LDA,K) The (possibly partial) output of a QR reduction routine\&. .fi .PP .br \fILDA\fP .PP .nf LDA is INTEGER The leading dimension of the array A\&. .fi .PP .br \fITAU\fP .PP .nf TAU is COMPLEX array, dimension (K) The scaling factors tau for the elementary transformations as computed by the QR factorization routine\&. .fi .PP .br \fIWORK\fP .PP .nf WORK is COMPLEX array, dimension (LWORK) .fi .PP .br \fILWORK\fP .PP .nf LWORK is INTEGER The length of the array WORK\&. LWORK >= M*M + M\&. .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 \fB97\fP of file \fBcqrt11\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.