summaryrefslogtreecommitdiff
path: root/SRC/slarrv.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/slarrv.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/slarrv.f')
-rw-r--r--SRC/slarrv.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/slarrv.f b/SRC/slarrv.f
index b24e5f8c..a59cd945 100644
--- a/SRC/slarrv.f
+++ b/SRC/slarrv.f
@@ -332,7 +332,7 @@
* high relative accuracy is required for the computation of the
* corresponding eigenvectors.
CALL SCOPY( IM, W( WBEGIN ), 1,
- & WORK( WBEGIN ), 1 )
+ $ WORK( WBEGIN ), 1 )
* We store in W the eigenvalue approximations w.r.t. the original
* matrix T.
@@ -431,7 +431,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.
@@ -570,7 +570,7 @@ C OFFSET = P-OLDFST
* Compute RRR of child cluster.
* Note that the new RRR is stored in Z
*
-C SLARRF needs LWORK = 2*N
+* SLARRF needs LWORK = 2*N
CALL SLARRF( IN, D( IBEGIN ), L( IBEGIN ),
$ WORK(INDLD+IBEGIN-1),
$ NEWFST, NEWLST, WORK(WBEGIN),