summaryrefslogtreecommitdiff
path: root/SRC/ztrsen.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2009-04-16 18:10:16 +0000
committerjulie <julielangou@users.noreply.github.com>2009-04-16 18:10:16 +0000
commitbe91086043cf7661e6c6de1715895e5a48e0e74e (patch)
tree03aa2dfc3ed8c705aecc14044d1ad91cae3c2e0e /SRC/ztrsen.f
parentcd6bf778913fc535e5a0ecb79eeaf4a1ad88b291 (diff)
downloadlapack-be91086043cf7661e6c6de1715895e5a48e0e74e.tar.gz
lapack-be91086043cf7661e6c6de1715895e5a48e0e74e.tar.bz2
lapack-be91086043cf7661e6c6de1715895e5a48e0e74e.zip
Big commit before 3.2.1 release.
Those are just cosmetic changes to update version number and various other minor change.
Diffstat (limited to 'SRC/ztrsen.f')
-rw-r--r--SRC/ztrsen.f3
1 files changed, 2 insertions, 1 deletions
diff --git a/SRC/ztrsen.f b/SRC/ztrsen.f
index e5779a72..7050cd24 100644
--- a/SRC/ztrsen.f
+++ b/SRC/ztrsen.f
@@ -2,7 +2,8 @@
$ SEP, WORK, LWORK, INFO )
*
* -- LAPACK routine (version 3.2) --
-* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
+* -- LAPACK is a software package provided by Univ. of Tennessee, --
+* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* November 2006
*
* Modified to call ZLACN2 in place of ZLACON, 10 Feb 03, SJH.