.TH "TESTING/LIN/cqrt13.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/cqrt13.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBcqrt13\fP (scale, m, n, a, lda, norma, iseed)" .br .RI "\fBCQRT13\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine cqrt13 (integer scale, integer m, integer n, complex, dimension( lda, * ) a, integer lda, real norma, integer, dimension( 4 ) iseed)" .PP \fBCQRT13\fP .PP \fBPurpose:\fP .RS 4 .PP .nf CQRT13 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 COMPLEX 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 REAL 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 \fBcqrt13\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.