summaryrefslogtreecommitdiff
path: root/SRC/csytri_3x.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/csytri_3x.f')
-rw-r--r--SRC/csytri_3x.f8
1 files changed, 4 insertions, 4 deletions
diff --git a/SRC/csytri_3x.f b/SRC/csytri_3x.f
index 2865839f..5a81ee3a 100644
--- a/SRC/csytri_3x.f
+++ b/SRC/csytri_3x.f
@@ -142,7 +142,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup complexSYcomputational
*
@@ -150,7 +150,7 @@
* ==================
*> \verbatim
*>
-*> December 2016, Igor Kozachenko,
+*> June 2017, Igor Kozachenko,
*> Computer Science Division,
*> University of California, Berkeley
*>
@@ -159,10 +159,10 @@
* =====================================================================
SUBROUTINE CSYTRI_3X( UPLO, N, A, LDA, E, IPIV, WORK, NB, 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