.TH "TESTING/LIN/dqrt13.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/dqrt13.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBdqrt13\fP (scale, m, n, a, lda, norma, iseed)" .br .RI "\fBDQRT13\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine dqrt13 (integer scale, integer m, integer n, double precision, dimension( lda, * ) a, integer lda, double precision norma, integer, dimension( 4 ) iseed)" .PP \fBDQRT13\fP .PP \fBPurpose:\fP .RS 4 .PP .nf DQRT13 generates a full-rank matrix that may be scaled to have large or small norm\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fISCALE\fP .PP .nf SCALE is INTEGER SCALE = 1: normally scaled matrix SCALE = 2: matrix scaled up SCALE = 3: matrix scaled down .fi .PP .br \fIM\fP .PP .nf M is INTEGER The number of rows of the matrix A\&. .fi .PP .br \fIN\fP .PP .nf N is INTEGER The number of columns of A\&. .fi .PP .br \fIA\fP .PP .nf A is DOUBLE PRECISION array, dimension (LDA,N) The M-by-N matrix A\&. .fi .PP .br \fILDA\fP .PP .nf LDA is INTEGER The leading dimension of the array A\&. .fi .PP .br \fINORMA\fP .PP .nf NORMA is DOUBLE PRECISION The one-norm of A\&. .fi .PP .br \fIISEED\fP .PP .nf ISEED is integer array, dimension (4) Seed for random number generator .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 \fB90\fP of file \fBdqrt13\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.