diff options
author | Ichitaro Yamazaki <iyamazak@bunsen.icl.utk.edu> | 2017-06-11 23:26:41 -0400 |
---|---|---|
committer | Ichitaro Yamazaki <iyamazak@bunsen.icl.utk.edu> | 2017-06-11 23:26:41 -0400 |
commit | fd5cae5d069bf8544067a105e6c46d7c02598865 (patch) | |
tree | 9cb06867074c60a318b468c6c13d7c7044eaef21 /SRC/checon_3.f | |
parent | d7e47377bf09945f73462961bdd4604d6547b123 (diff) | |
parent | 5c392680ef6362c234c2f2ab3dadd9a9148ffb8f (diff) | |
download | lapack-fd5cae5d069bf8544067a105e6c46d7c02598865.tar.gz lapack-fd5cae5d069bf8544067a105e6c46d7c02598865.tar.bz2 lapack-fd5cae5d069bf8544067a105e6c46d7c02598865.zip |
Merge https://github.com/Reference-LAPACK/lapack
Diffstat (limited to 'SRC/checon_3.f')
-rw-r--r-- | SRC/checon_3.f | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SRC/checon_3.f b/SRC/checon_3.f index 8b18dacd..6427dd59 100644 --- a/SRC/checon_3.f +++ b/SRC/checon_3.f @@ -149,7 +149,7 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 +*> \date June 2017 * *> \ingroup complexHEcomputational * @@ -157,7 +157,7 @@ * ================== *> \verbatim *> -*> December 2016, Igor Kozachenko, +*> June 2017, Igor Kozachenko, *> Computer Science Division, *> University of California, Berkeley *> @@ -171,10 +171,10 @@ SUBROUTINE CHECON_3( UPLO, N, A, LDA, E, IPIV, ANORM, RCOND, $ WORK, 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 |