.TH "TESTING/LIN/cqrt15.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/cqrt15.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBcqrt15\fP (scale, rksel, m, n, nrhs, a, lda, b, ldb, s, rank, norma, normb, iseed, work, lwork)" .br .RI "\fBCQRT15\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine cqrt15 (integer scale, integer rksel, integer m, integer n, integer nrhs, complex, dimension( lda, * ) a, integer lda, complex, dimension( ldb, * ) b, integer ldb, real, dimension( * ) s, integer rank, real norma, real normb, integer, dimension( 4 ) iseed, complex, dimension( lwork ) work, integer lwork)" .PP \fBCQRT15\fP .PP \fBPurpose:\fP .RS 4 .PP .nf CQRT15 generates a matrix with full or deficient rank and of various norms\&. .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 \fIRKSEL\fP .PP .nf RKSEL is INTEGER RKSEL = 1: full rank matrix RKSEL = 2: rank-deficient matrix .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 \fINRHS\fP .PP .nf NRHS is INTEGER The number of columns of B\&. .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 \fIB\fP .PP .nf B is COMPLEX array, dimension (LDB, NRHS) A matrix that is in the range space of matrix A\&. .fi .PP .br \fILDB\fP .PP .nf LDB is INTEGER The leading dimension of the array B\&. .fi .PP .br \fIS\fP .PP .nf S is REAL array, dimension MIN(M,N) Singular values of A\&. .fi .PP .br \fIRANK\fP .PP .nf RANK is INTEGER number of nonzero singular values of A\&. .fi .PP .br \fINORMA\fP .PP .nf NORMA is REAL one-norm norm of A\&. .fi .PP .br \fINORMB\fP .PP .nf NORMB is REAL one-norm norm of B\&. .fi .PP .br \fIISEED\fP .PP .nf ISEED is integer array, dimension (4) seed for random number generator\&. .fi .PP .br \fIWORK\fP .PP .nf WORK is COMPLEX array, dimension (LWORK) .fi .PP .br \fILWORK\fP .PP .nf LWORK is INTEGER length of work space required\&. LWORK >= MAX(M+MIN(M,N),NRHS*MIN(M,N),2*N+M) .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 \fB147\fP of file \fBcqrt15\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.