summaryrefslogtreecommitdiff
path: root/SRC/zcposv.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/zcposv.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/zcposv.f')
-rw-r--r--SRC/zcposv.f8
1 files changed, 5 insertions, 3 deletions
diff --git a/SRC/zcposv.f b/SRC/zcposv.f
index 0cb60fcc..8695db0a 100644
--- a/SRC/zcposv.f
+++ b/SRC/zcposv.f
@@ -1,10 +1,12 @@
SUBROUTINE ZCPOSV( UPLO, N, NRHS, A, LDA, B, LDB, X, LDX, WORK,
+ SWORK, RWORK, ITER, INFO )
*
-* -- LAPACK PROTOTYPE driver routine (version 3.2) --
-* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..
-* November 2008
+* -- LAPACK PROTOTYPE driver routine (version 3.2.1) --
*
+* -- April 2009 --
+*
+* -- LAPACK is a software package provided by Univ. of Tennessee, --
+* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* ..
* .. Scalar Arguments ..
CHARACTER UPLO