![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
| subroutine zckcsd | ( | integer | NM, |
| integer, dimension( * ) | MVAL, | ||
| integer, dimension( * ) | PVAL, | ||
| integer, dimension( * ) | QVAL, | ||
| integer | NMATS, | ||
| integer, dimension( 4 ) | ISEED, | ||
| double precision | THRESH, | ||
| integer | MMAX, | ||
| complex*16, dimension( * ) | X, | ||
| complex*16, dimension( * ) | XF, | ||
| complex*16, dimension( * ) | U1, | ||
| complex*16, dimension( * ) | U2, | ||
| complex*16, dimension( * ) | V1T, | ||
| complex*16, dimension( * ) | V2T, | ||
| double precision, dimension( * ) | THETA, | ||
| integer, dimension( * ) | IWORK, | ||
| complex*16, dimension( * ) | WORK, | ||
| double precision, dimension( * ) | RWORK, | ||
| integer | NIN, | ||
| integer | NOUT, | ||
| integer | INFO | ||
| ) |
ZCKCSD
ZCKCSD tests ZUNCSD:
the CSD for an M-by-M unitary matrix X partitioned as
[ X11 X12; X21 X22 ]. X11 is P-by-Q. | [in] | NM | NM is INTEGER
The number of values of M contained in the vector MVAL. |
| [in] | MVAL | MVAL is INTEGER array, dimension (NM)
The values of the matrix row dimension M. |
| [in] | PVAL | PVAL is INTEGER array, dimension (NM)
The values of the matrix row dimension P. |
| [in] | QVAL | QVAL is INTEGER array, dimension (NM)
The values of the matrix column dimension Q. |
| [in] | NMATS | NMATS is INTEGER
The number of matrix types to be tested for each combination
of matrix dimensions. If NMATS >= NTYPES (the maximum
number of matrix types), then all the different types are
generated for testing. If NMATS < NTYPES, another input line
is read to get the numbers of the matrix types to be used. |
| [in,out] | ISEED | ISEED is INTEGER array, dimension (4)
On entry, the seed of the random number generator. The array
elements should be between 0 and 4095, otherwise they will be
reduced mod 4096, and ISEED(4) must be odd.
On exit, the next seed in the random number sequence after
all the test matrices have been generated. |
| [in] | THRESH | THRESH is DOUBLE PRECISION
The threshold value for the test ratios. A result is
included in the output file if RESULT >= THRESH. To have
every test ratio printed, use THRESH = 0. |
| [in] | MMAX | MMAX is INTEGER
The maximum value permitted for M, used in dimensioning the
work arrays. |
| [out] | X | X is COMPLEX*16 array, dimension (MMAX*MMAX) |
| [out] | XF | XF is COMPLEX*16 array, dimension (MMAX*MMAX) |
| [out] | U1 | U1 is COMPLEX*16 array, dimension (MMAX*MMAX) |
| [out] | U2 | U2 is COMPLEX*16 array, dimension (MMAX*MMAX) |
| [out] | V1T | V1T is COMPLEX*16 array, dimension (MMAX*MMAX) |
| [out] | V2T | V2T is COMPLEX*16 array, dimension (MMAX*MMAX) |
| [out] | THETA | THETA is DOUBLE PRECISION array, dimension (MMAX) |
| [out] | IWORK | IWORK is INTEGER array, dimension (MMAX) |
| [out] | WORK | WORK is COMPLEX*16 array |
| [out] | RWORK | RWORK is DOUBLE PRECISION array |
| [in] | NIN | NIN is INTEGER
The unit number for input. |
| [in] | NOUT | NOUT is INTEGER
The unit number for output. |
| [out] | INFO | INFO is INTEGER
= 0 : successful exit
> 0 : If ZLAROR returns an error code, the absolute value
of it is returned. |
Definition at line 186 of file zckcsd.f.