C is output
authorMark Gates <mgates3@utk.edu>
Mon, 17 Oct 2016 17:04:19 +0000 (13:04 -0400)
committerMark Gates <mgates3@utk.edu>
Mon, 17 Oct 2016 17:17:43 +0000 (13:17 -0400)
SRC/clacrm.f
SRC/clarcm.f
SRC/zlacrm.f
SRC/zlarcm.f

index cd1aac2..3351767 100644 (file)
@@ -82,7 +82,7 @@
 *>          The leading dimension of the array B. LDB >=max(1,N).
 *> \endverbatim
 *>
-*> \param[in] C
+*> \param[out] C
 *> \verbatim
 *>          C is COMPLEX array, dimension (LDC, N)
 *>          C contains the M by N matrix C.
index 5ad15a8..9174f6d 100644 (file)
@@ -82,7 +82,7 @@
 *>          The leading dimension of the array B. LDB >=max(1,M).
 *> \endverbatim
 *>
-*> \param[in] C
+*> \param[out] C
 *> \verbatim
 *>          C is COMPLEX array, dimension (LDC, N)
 *>          C contains the M by N matrix C.
index d09bdf3..4856f23 100644 (file)
@@ -82,7 +82,7 @@
 *>          The leading dimension of the array B. LDB >=max(1,N).
 *> \endverbatim
 *>
-*> \param[in] C
+*> \param[out] C
 *> \verbatim
 *>          C is COMPLEX*16 array, dimension (LDC, N)
 *>          C contains the M by N matrix C.
index 2868873..4900fef 100644 (file)
@@ -82,7 +82,7 @@
 *>          The leading dimension of the array B. LDB >=max(1,M).
 *> \endverbatim
 *>
-*> \param[in] C
+*> \param[out] C
 *> \verbatim
 *>          C is COMPLEX*16 array, dimension (LDC, N)
 *>          C contains the M by N matrix C.