Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
8f839b44
Commit
8f839b44
authored
Jun 10, 2014
by
Lorenz Huedepohl
Browse files
Wrap overly long line exceeding 132 characters
parent
5853bc93
Changes
1
Hide whitespace changes
Inline
Side-by-side
ELPA_2014.06/src/elpa2.F90
View file @
8f839b44
...
...
@@ -3884,7 +3884,8 @@ subroutine tridiag_band_complex(na, nb, nblk, a, lda, d, e, mpi_comm_rows, mpi_c
h
(
2
:
nb
)
=
h
(
2
:
nb
)
-
x
*
hv
(
2
:
nb
)
! Unfortunately there is no BLAS routine like DSYR2 for a nonsymmetric rank 2 update ("DGER2")
do
i
=
2
,
nb
ab
(
2
+
nb
-
i
:
1
+
nb
+
nr
-
i
,
i
+
ns
-1
)
=
ab
(
2
+
nb
-
i
:
1
+
nb
+
nr
-
i
,
i
+
ns
-1
)
-
hv_t
(
1
:
nr
,
my_thread
)
*
conjg
(
h
(
i
))
-
hs
(
1
:
nr
)
*
conjg
(
hv
(
i
))
ab
(
2
+
nb
-
i
:
1
+
nb
+
nr
-
i
,
i
+
ns
-1
)
=
ab
(
2
+
nb
-
i
:
1
+
nb
+
nr
-
i
,
i
+
ns
-1
)
&
-
hv_t
(
1
:
nr
,
my_thread
)
*
conjg
(
h
(
i
))
-
hs
(
1
:
nr
)
*
conjg
(
hv
(
i
))
enddo
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment