.TH "TESTING/EIG/zglmts.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/EIG/zglmts.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBzglmts\fP (n, m, p, a, af, lda, b, bf, ldb, d, df, x, u, work, lwork, rwork, result)" .br .RI "\fBZGLMTS\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine zglmts (integer n, integer m, integer p, complex*16, dimension( lda, * ) a, complex*16, dimension( lda, * ) af, integer lda, complex*16, dimension( ldb, * ) b, complex*16, dimension( ldb, * ) bf, integer ldb, complex*16, dimension( * ) d, complex*16, dimension( * ) df, complex*16, dimension( * ) x, complex*16, dimension( * ) u, complex*16, dimension( lwork ) work, integer lwork, double precision, dimension( * ) rwork, double precision result)" .PP \fBZGLMTS\fP .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> ZGLMTS tests ZGGGLM - a subroutine for solving the generalized !> linear model problem\&. !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf !> N is INTEGER !> The number of rows of the matrices A and B\&. N >= 0\&. !> .fi .PP .br \fIM\fP .PP .nf !> M is INTEGER !> The number of columns of the matrix A\&. M >= 0\&. !> .fi .PP .br \fIP\fP .PP .nf !> P is INTEGER !> The number of columns of the matrix B\&. P >= 0\&. !> .fi .PP .br \fIA\fP .PP .nf !> A is COMPLEX*16 array, dimension (LDA,M) !> The N-by-M matrix A\&. !> .fi .PP .br \fIAF\fP .PP .nf !> AF is COMPLEX*16 array, dimension (LDA,M) !> .fi .PP .br \fILDA\fP .PP .nf !> LDA is INTEGER !> The leading dimension of the arrays A, AF\&. LDA >= max(M,N)\&. !> .fi .PP .br \fIB\fP .PP .nf !> B is COMPLEX*16 array, dimension (LDB,P) !> The N-by-P matrix A\&. !> .fi .PP .br \fIBF\fP .PP .nf !> BF is COMPLEX*16 array, dimension (LDB,P) !> .fi .PP .br \fILDB\fP .PP .nf !> LDB is INTEGER !> The leading dimension of the arrays B, BF\&. LDB >= max(P,N)\&. !> .fi .PP .br \fID\fP .PP .nf !> D is COMPLEX*16 array, dimension( N ) !> On input, the left hand side of the GLM\&. !> .fi .PP .br \fIDF\fP .PP .nf !> DF is COMPLEX*16 array, dimension( N ) !> .fi .PP .br \fIX\fP .PP .nf !> X is COMPLEX*16 array, dimension( M ) !> solution vector X in the GLM problem\&. !> .fi .PP .br \fIU\fP .PP .nf !> U is COMPLEX*16 array, dimension( P ) !> solution vector U in the GLM problem\&. !> .fi .PP .br \fIWORK\fP .PP .nf !> WORK is COMPLEX*16 array, dimension (LWORK) !> .fi .PP .br \fILWORK\fP .PP .nf !> LWORK is INTEGER !> The dimension of the array WORK\&. !> .fi .PP .br \fIRWORK\fP .PP .nf !> RWORK is DOUBLE PRECISION array, dimension (M) !> .fi .PP .br \fIRESULT\fP .PP .nf !> RESULT is DOUBLE PRECISION !> The test ratio: !> norm( d - A*x - B*u ) !> RESULT = ----------------------------------------- !> (norm(A)+norm(B))*(norm(x)+norm(u))*EPS !> .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 \fB144\fP of file \fBzglmts\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.