summaryrefslogtreecommitdiff
path: root/SRC/zlarrv.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-03-10 19:09:21 +0000
committerjulie <julielangou@users.noreply.github.com>2011-03-10 19:09:21 +0000
commit1923c69f7e9857d19b67f9e9befd1b1f37c644ef (patch)
treea0729e3779db5c74c0dcda417a0d6eff5c8b3f95 /SRC/zlarrv.f
parent86579dddaf0142000a291a7fdac0850278b56317 (diff)
downloadlapack-1923c69f7e9857d19b67f9e9befd1b1f37c644ef.tar.gz
lapack-1923c69f7e9857d19b67f9e9befd1b1f37c644ef.tar.bz2
lapack-1923c69f7e9857d19b67f9e9befd1b1f37c644ef.zip
Formating code, use of * for comment, and follow other LAPACK style
Diffstat (limited to 'SRC/zlarrv.f')
-rw-r--r--SRC/zlarrv.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/zlarrv.f b/SRC/zlarrv.f
index 201f83fa..854872f2 100644
--- a/SRC/zlarrv.f
+++ b/SRC/zlarrv.f
@@ -338,7 +338,7 @@
* high relative accuracy is required for the computation of the
* corresponding eigenvectors.
CALL DCOPY( IM, W( WBEGIN ), 1,
- & WORK( WBEGIN ), 1 )
+ $ WORK( WBEGIN ), 1 )
* We store in W the eigenvalue approximations w.r.t. the original
* matrix T.
@@ -441,7 +441,7 @@
Q = INDEXW( WBEGIN-1+OLDLST )
* Offset for the arrays WORK, WGAP and WERR, i.e., the P-OFFSET
* through the Q-OFFSET elements of these arrays are to be used.
-C OFFSET = P-OLDFST
+* OFFSET = P-OLDFST
OFFSET = INDEXW( WBEGIN ) - 1
* perform limited bisection (if necessary) to get approximate
* eigenvalues to the precision needed.
@@ -580,7 +580,7 @@ C OFFSET = P-OLDFST
* Compute RRR of child cluster.
* Note that the new RRR is stored in Z
*
-C DLARRF needs LWORK = 2*N
+* DLARRF needs LWORK = 2*N
CALL DLARRF( IN, D( IBEGIN ), L( IBEGIN ),
$ WORK(INDLD+IBEGIN-1),
$ NEWFST, NEWLST, WORK(WBEGIN),