.TH "TESTING/LIN/clqt04.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/clqt04.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBclqt04\fP (m, n, nb, result)" .br .RI "\fBDLQT04\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine clqt04 (integer m, integer n, integer nb, real, dimension(6) result)" .PP \fBDLQT04\fP .PP \fBPurpose:\fP .RS 4 .PP .nf CLQT04 tests CGELQT and CGEMLQT\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIM\fP .PP .nf M is INTEGER Number of rows in test matrix\&. .fi .PP .br \fIN\fP .PP .nf N is INTEGER Number of columns in test matrix\&. .fi .PP .br \fINB\fP .PP .nf NB is INTEGER Block size of test matrix\&. NB <= Min(M,N)\&. .fi .PP .br \fIRESULT\fP .PP .nf RESULT is DOUBLE PRECISION array, dimension (6) Results of each of the six tests below\&. RESULT(1) = | A - L Q | RESULT(2) = | I - Q Q^H | RESULT(3) = | Q C - Q C | RESULT(4) = | Q^H C - Q^H C | RESULT(5) = | C Q - C Q | RESULT(6) = | C Q^H - C Q^H | .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 \fB72\fP of file \fBclqt04\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.