summaryrefslogtreecommitdiff
path: root/SRC
diff options
context:
space:
mode:
authoreugene.chereshnev <eugenechereshnev@gmail.com>2017-03-17 12:28:47 -0700
committereugene.chereshnev <eugenechereshnev@gmail.com>2017-03-17 12:38:22 -0700
commitb2e34a7db1496dafc2752f1a2ced75075f8806e8 (patch)
tree07cdcc585ceae0951b76cfcd27c2745276196978 /SRC
parent9aeb8a17f0752bdec5559217709e2966e50fbaf5 (diff)
downloadlapack-b2e34a7db1496dafc2752f1a2ced75075f8806e8.tar.gz
lapack-b2e34a7db1496dafc2752f1a2ced75075f8806e8.tar.bz2
lapack-b2e34a7db1496dafc2752f1a2ced75075f8806e8.zip
*trs_aa.f: a is input only parameter
Diffstat (limited to 'SRC')
-rw-r--r--SRC/chetrs_aa.f2
-rw-r--r--SRC/csytrs_aa.f2
-rw-r--r--SRC/dsytrs_aa.f2
-rw-r--r--SRC/ssytrs_aa.f2
-rw-r--r--SRC/zhetrs_aa.f2
-rw-r--r--SRC/zsytrs_aa.f2
6 files changed, 6 insertions, 6 deletions
diff --git a/SRC/chetrs_aa.f b/SRC/chetrs_aa.f
index f6640c50..94bd94ef 100644
--- a/SRC/chetrs_aa.f
+++ b/SRC/chetrs_aa.f
@@ -66,7 +66,7 @@
*> of the matrix B. NRHS >= 0.
*> \endverbatim
*>
-*> \param[in,out] A
+*> \param[in] A
*> \verbatim
*> A is COMPLEX array, dimension (LDA,N)
*> Details of factors computed by CHETRF_AA.
diff --git a/SRC/csytrs_aa.f b/SRC/csytrs_aa.f
index 6fedf912..2e2713d6 100644
--- a/SRC/csytrs_aa.f
+++ b/SRC/csytrs_aa.f
@@ -66,7 +66,7 @@
*> of the matrix B. NRHS >= 0.
*> \endverbatim
*>
-*> \param[in,out] A
+*> \param[in] A
*> \verbatim
*> A is REAL array, dimension (LDA,N)
*> Details of factors computed by CSYTRF_AA.
diff --git a/SRC/dsytrs_aa.f b/SRC/dsytrs_aa.f
index b572581e..0dafa895 100644
--- a/SRC/dsytrs_aa.f
+++ b/SRC/dsytrs_aa.f
@@ -66,7 +66,7 @@
*> of the matrix B. NRHS >= 0.
*> \endverbatim
*>
-*> \param[in,out] A
+*> \param[in] A
*> \verbatim
*> A is DOUBLE PRECISION array, dimension (LDA,N)
*> Details of factors computed by DSYTRF_AA.
diff --git a/SRC/ssytrs_aa.f b/SRC/ssytrs_aa.f
index 6d084736..aa2f9cfc 100644
--- a/SRC/ssytrs_aa.f
+++ b/SRC/ssytrs_aa.f
@@ -66,7 +66,7 @@
*> of the matrix B. NRHS >= 0.
*> \endverbatim
*>
-*> \param[in,out] A
+*> \param[in] A
*> \verbatim
*> A is REAL array, dimension (LDA,N)
*> Details of factors computed by SSYTRF_AA.
diff --git a/SRC/zhetrs_aa.f b/SRC/zhetrs_aa.f
index 044bf4cf..af8e6762 100644
--- a/SRC/zhetrs_aa.f
+++ b/SRC/zhetrs_aa.f
@@ -67,7 +67,7 @@
*> of the matrix B. NRHS >= 0.
*> \endverbatim
*>
-*> \param[in,out] A
+*> \param[in] A
*> \verbatim
*> A is COMPLEX*16 array, dimension (LDA,N)
*> Details of factors computed by ZHETRF_AA.
diff --git a/SRC/zsytrs_aa.f b/SRC/zsytrs_aa.f
index b3c9b9ec..fc7f31e6 100644
--- a/SRC/zsytrs_aa.f
+++ b/SRC/zsytrs_aa.f
@@ -66,7 +66,7 @@
*> of the matrix B. NRHS >= 0.
*> \endverbatim
*>
-*> \param[in,out] A
+*> \param[in] A
*> \verbatim
*> A is COMPLEX*16 array, dimension (LDA,N)
*> Details of factors computed by ZSYTRF_AA.