summaryrefslogtreecommitdiff
path: root/SRC/ssytrs_3.f
diff options
context:
space:
mode:
authorIchitaro Yamazaki <iyamazak@bunsen.icl.utk.edu>2017-06-11 23:26:41 -0400
committerIchitaro Yamazaki <iyamazak@bunsen.icl.utk.edu>2017-06-11 23:26:41 -0400
commitfd5cae5d069bf8544067a105e6c46d7c02598865 (patch)
tree9cb06867074c60a318b468c6c13d7c7044eaef21 /SRC/ssytrs_3.f
parentd7e47377bf09945f73462961bdd4604d6547b123 (diff)
parent5c392680ef6362c234c2f2ab3dadd9a9148ffb8f (diff)
downloadlapack-fd5cae5d069bf8544067a105e6c46d7c02598865.tar.gz
lapack-fd5cae5d069bf8544067a105e6c46d7c02598865.tar.bz2
lapack-fd5cae5d069bf8544067a105e6c46d7c02598865.zip
Merge https://github.com/Reference-LAPACK/lapack
Diffstat (limited to 'SRC/ssytrs_3.f')
-rw-r--r--SRC/ssytrs_3.f8
1 files changed, 4 insertions, 4 deletions
diff --git a/SRC/ssytrs_3.f b/SRC/ssytrs_3.f
index bf565704..4e988192 100644
--- a/SRC/ssytrs_3.f
+++ b/SRC/ssytrs_3.f
@@ -142,7 +142,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup singleSYcomputational
*
@@ -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 SSYTRS_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