summaryrefslogtreecommitdiff
path: root/SRC/csytrs_3.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/csytrs_3.f')
-rw-r--r--SRC/csytrs_3.f8
1 files changed, 4 insertions, 4 deletions
diff --git a/SRC/csytrs_3.f b/SRC/csytrs_3.f
index b0e868e1..8008c5de 100644
--- a/SRC/csytrs_3.f
+++ b/SRC/csytrs_3.f
@@ -142,7 +142,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup complexSYcomputational
*
@@ -151,7 +151,7 @@
*>
*> \verbatim
*>
-*> December 2016, Igor Kozachenko,
+*> June 2017, Igor Kozachenko,
*> Computer Science Division,
*> University of California, Berkeley
*>
@@ -165,10 +165,10 @@
SUBROUTINE CSYTRS_3( UPLO, N, NRHS, A, LDA, E, IPIV, B, LDB,
$ INFO )
*
-* -- LAPACK computational routine (version 3.7.0) --
+* -- LAPACK computational routine (version 3.7.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* December 2016
+* June 2017
*
* .. Scalar Arguments ..
CHARACTER UPLO