.TH "TESTING/LIN/slqt04.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/slqt04.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBslqt04\fP (m, n, nb, result)" .br .RI "\fBSLQT04\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine slqt04 (integer m, integer n, integer nb, real, dimension(6) result)" .PP \fBSLQT04\fP .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> SLQT04 tests SGELQT and SGEMLQT\&. !> .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 REAL 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 \fBslqt04\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.