Typo in the comments of [S,C,D,Z]LATM1.
authorlangou <langou@users.noreply.github.com>
Fri, 19 Jun 2015 02:59:06 +0000 (02:59 +0000)
committerlangou <langou@users.noreply.github.com>
Fri, 19 Jun 2015 02:59:06 +0000 (02:59 +0000)
The matrix D needs to be of size N.

TESTING/MATGEN/clatm1.f
TESTING/MATGEN/dlatm1.f
TESTING/MATGEN/slatm1.f
TESTING/MATGEN/zlatm1.f

index 9e97aceb2616e52bf5d555fc30d9545a8f372e5c..520a390e70acc79116e38b766496086d5eb0d10d 100644 (file)
@@ -99,7 +99,7 @@
 *>
 *> \param[in,out] D
 *> \verbatim
-*>          D is COMPLEX array, dimension ( MIN( M , N ) )
+*>          D is COMPLEX array, dimension ( N )
 *>           Array to be computed according to MODE, COND and IRSIGN.
 *>           May be changed on exit if MODE is nonzero.
 *> \endverbatim
index 788ed4ca36499ddf92ad2a95435443aa8b0543ea..590fdd110cc20d1b9f06d01752b952dea06439bb 100644 (file)
@@ -97,7 +97,7 @@
 *>
 *> \param[in,out] D
 *> \verbatim
-*>          D is DOUBLE PRECISION array, dimension ( MIN( M , N ) )
+*>          D is DOUBLE PRECISION array, dimension ( N )
 *>           Array to be computed according to MODE, COND and IRSIGN.
 *>           May be changed on exit if MODE is nonzero.
 *> \endverbatim
index fd315f79347ff519bef9cb36f572959d773e9864..18eb1017ec257e7a2e384f0190b176bbc464053e 100644 (file)
@@ -97,7 +97,7 @@
 *>
 *> \param[in,out] D
 *> \verbatim
-*>          D is REAL array, dimension ( MIN( M , N ) )
+*>          D is REAL array, dimension ( N )
 *>           Array to be computed according to MODE, COND and IRSIGN.
 *>           May be changed on exit if MODE is nonzero.
 *> \endverbatim
index 08b49413f8504bb0d33568d5003dd6cac60cdb21..e2ff08f0da97fc3c5922d1d195938747f1f57601 100644 (file)
@@ -99,7 +99,7 @@
 *>
 *> \param[in,out] D
 *> \verbatim
-*>          D is COMPLEX*16 array, dimension ( MIN( M , N ) )
+*>          D is COMPLEX*16 array, dimension ( N )
 *>           Array to be computed according to MODE, COND and IRSIGN.
 *>           May be changed on exit if MODE is nonzero.
 *> \endverbatim