Fix comments to generate wrapper correctly
authorjulie <julielangou@users.noreply.github.com>
Tue, 23 Mar 2010 19:55:21 +0000 (19:55 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 23 Mar 2010 19:55:21 +0000 (19:55 +0000)
12 files changed:
SRC/cpstf2.f
SRC/cpstrf.f
SRC/ctfsm.f
SRC/dsgesv.f
SRC/dsposv.f
SRC/spstf2.f
SRC/spstrf.f
SRC/stfsm.f
SRC/zcgesv.f
SRC/zcposv.f
SRC/zpstf2.f
SRC/zpstrf.f

index 2e319133fd9262c69eefb7486a919e49c67a87b2..c2342cee648b98db27f0558a836732fdbcce2976 100644 (file)
@@ -69,7 +69,7 @@
 *  LDA     (input) INTEGER
 *          The leading dimension of the array A.  LDA >= max(1,N).
 *
-*  WORK    REAL array, dimension (2*N)
+*  WORK    (workspace) REAL array, dimension (2*N)
 *          Work space.
 *
 *  INFO    (output) INTEGER
index 895085286bd305f9e8a05c4a0142e117672f705c..6bffef1fa7008b4623e6d46c16177cada3c3841c 100644 (file)
@@ -69,7 +69,7 @@
 *          will be used. The algorithm terminates at the (K-1)st step
 *          if the pivot <= TOL.
 *
-*  WORK    REAL array, dimension (2*N)
+*  WORK    (workspace) REAL array, dimension (2*N)
 *          Work space.
 *
 *  INFO    (output) INTEGER
index ec8db864b3f7adcfe15c684f70695e71441f0869..2dcd5263487c064748ade68d36e62ddc9eebdf95 100644 (file)
 *           even and is N when is odd.
 *           See the Note below for more details. Unchanged on exit.
 *
-*  B       (input/ouptut) COMPLEX array,  dimension (LDB,N)
+*  B       (input/output) COMPLEX array,  dimension (LDB,N)
 *           Before entry,  the leading  m by n part of the array  B must
 *           contain  the  right-hand  side  matrix  B,  and  on exit  is
 *           overwritten by the solution matrix  X.
index 3ff3be781b43b4b8330d893701fc043f1a49e84c..da588a0a743d34fe2039c4ea377c93f92abb59c5 100644 (file)
@@ -62,7 +62,7 @@
 *          The number of right hand sides, i.e., the number of columns
 *          of the matrix B.  NRHS >= 0.
 *
-*  A       (input or input/ouptut) DOUBLE PRECISION array,
+*  A       (input/output) DOUBLE PRECISION array,
 *          dimension (LDA,N)
 *          On entry, the N-by-N coefficient matrix A.
 *          On exit, if iterative refinement has been successfully used
index 1f6846decaad04779d4bc56eaccedb10ef6190f6..36b89a442c217a596dbed4c77d8c4256289417ef 100644 (file)
@@ -66,7 +66,7 @@
 *          The number of right hand sides, i.e., the number of columns
 *          of the matrix B.  NRHS >= 0.
 *
-*  A       (input or input/ouptut) DOUBLE PRECISION array,
+*  A       (input/output) DOUBLE PRECISION array,
 *          dimension (LDA,N)
 *          On entry, the symmetric matrix A.  If UPLO = 'U', the leading
 *          N-by-N upper triangular part of A contains the upper
index df0530bf14ce4eca5f3cd86e4bab85f500eb09c9..142fbf89c0f13cb4a8639bd5c1d82abd9b34e9ef 100644 (file)
@@ -68,7 +68,7 @@
 *  LDA     (input) INTEGER
 *          The leading dimension of the array A.  LDA >= max(1,N).
 *
-*  WORK    REAL array, dimension (2*N)
+*  WORK    (workspace) REAL array, dimension (2*N)
 *          Work space.
 *
 *  INFO    (output) INTEGER
index cb217dabd2e1ec39d5d751ee9d313462c4336e4c..9e7509fee41ecd0b9eba0b058dd6fe1ce9cbd466 100644 (file)
@@ -68,7 +68,7 @@
 *          will be used. The algorithm terminates at the (K-1)st step
 *          if the pivot <= TOL.
 *
-*  WORK    REAL array, dimension (2*N)
+*  WORK    (workspace) REAL array, dimension (2*N)
 *          Work space.
 *
 *  INFO    (output) INTEGER
index d619cf0a51b629bb7cdb2a0387fab470e2f23500..6cc6f63a40a2b91041f4db84ae102acd173a659d 100644 (file)
 *           even and is N when is odd.
 *           See the Note below for more details. Unchanged on exit.
 *
-*  B       (input/ouptut) REAL array,  DIMENSION (LDB,N)
+*  B       (input/output) REAL array,  DIMENSION (LDB,N)
 *           Before entry,  the leading  m by n part of the array  B must
 *           contain  the  right-hand  side  matrix  B,  and  on exit  is
 *           overwritten by the solution matrix  X.
index b974de3c7ea796ed04ccc6b7123987621212eb9a..4700b2a74cbc945175ca6c3ea7cc35d8b6e23a13 100644 (file)
@@ -63,7 +63,7 @@
 *          The number of right hand sides, i.e., the number of columns
 *          of the matrix B.  NRHS >= 0.
 *
-*  A       (input or input/ouptut) COMPLEX*16 array,
+*  A       (input/output) COMPLEX*16 array,
 *          dimension (LDA,N)
 *          On entry, the N-by-N coefficient matrix A.
 *          On exit, if iterative refinement has been successfully used
index 8695db0ab844da2f1400eafa0606be80ff82e6b2..c67793619a9351d7b31f04efa9309a6c755225ea 100644 (file)
@@ -69,7 +69,7 @@
 *          The number of right hand sides, i.e., the number of columns
 *          of the matrix B.  NRHS >= 0.
 *
-*  A       (input or input/ouptut) COMPLEX*16 array,
+*  A       (input/output) COMPLEX*16 array,
 *          dimension (LDA,N)
 *          On entry, the Hermitian matrix A. If UPLO = 'U', the leading
 *          N-by-N upper triangular part of A contains the upper
index 3db059b1bfa2e7937a8a8b69640ec1037ae51832..b4c58f980d94a9892a91281ea4bcc8360b25124a 100644 (file)
@@ -69,7 +69,7 @@
 *  LDA     (input) INTEGER
 *          The leading dimension of the array A.  LDA >= max(1,N).
 *
-*  WORK    DOUBLE PRECISION array, dimension (2*N)
+*  WORK    (workspace) DOUBLE PRECISION array, dimension (2*N)
 *          Work space.
 *
 *  INFO    (output) INTEGER
index 3e09d8430ef3447ba678641c68b30d39cc3f4e83..cda1874c2947f9fa22609a072c7af5559d544d06 100644 (file)
@@ -72,7 +72,7 @@
 *          will be used. The algorithm terminates at the (K-1)st step
 *          if the pivot <= TOL.
 *
-*  WORK    DOUBLE PRECISION array, dimension (2*N)
+*  WORK    (workspace) DOUBLE PRECISION array, dimension (2*N)
 *          Work space.
 *
 *  INFO    (output) INTEGER