diff options
Diffstat (limited to 'SRC/zstemr.f')
-rw-r--r-- | SRC/zstemr.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zstemr.f b/SRC/zstemr.f index 681c87ad..7fa8f3cb 100644 --- a/SRC/zstemr.f +++ b/SRC/zstemr.f @@ -239,7 +239,7 @@ *> *> \param[out] ISUPPZ *> \verbatim -*> ISUPPZ is INTEGER ARRAY, dimension ( 2*max(1,M) ) +*> ISUPPZ is INTEGER array, dimension ( 2*max(1,M) ) *> The support of the eigenvectors in Z, i.e., the indices *> indicating the nonzero elements in Z. The i-th computed eigenvector *> is nonzero only in elements ISUPPZ( 2*i-1 ) through |