Skip to content
GitLab
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
ebe69878
Commit
ebe69878
authored
Sep 29, 2016
by
Andreas Marek
Browse files
Typo in man page for elpa_mult_ah_b_complex
parent
6f78aff4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
man/elpa_mult_ah_b_complex.3
View file @
ebe69878
...
...
@@ -11,7 +11,7 @@ elpa_mult_ah_b_complex \- Performs C = herm_transpose(A) * B
use elpa1
.br
.br
.RI "success = \fBelpa_mult_ah_b_
real
\fP (uplo_a, uplo_c, na, ncb, a, lda, ldaCols, b, ldb, ldbCols, nblk, mpi_comm_rows, mpi_comm_cols, c, ldc, ldcCols)"
.RI "success = \fBelpa_mult_ah_b_
complex
\fP (uplo_a, uplo_c, na, ncb, a, lda, ldaCols, b, ldb, ldbCols, nblk, mpi_comm_rows, mpi_comm_cols, c, ldc, ldcCols)"
.br
.RI " "
.br
...
...
@@ -57,7 +57,7 @@ use elpa1
.br
#include <complex.h>
.br
.RI "\fBint\fP success = \fBelpa_mult_a
t
_b_
real
\fP (\fBchar\fP uplo_a, \fBchar\fP uplo_c, \fBint\fP na, \fBint\fP ncb, \fB double complex *\fPa, \fBint\fP lda, \fBint\fP ldaCols, \fB double complex *\fPb, \fBint\fP ldb, \fBint\fP ldbCols, \fBint\fP nblk, \fBint\fP mpi_comm_rows, \fBint\fP mpi_comm_cols, \fB double complex *\fPc, \fBint\fP lc, \fBint\fP ldcCols );"
.RI "\fBint\fP success = \fBelpa_mult_a
h
_b_
complex
\fP (\fBchar\fP uplo_a, \fBchar\fP uplo_c, \fBint\fP na, \fBint\fP ncb, \fB double complex *\fPa, \fBint\fP lda, \fBint\fP ldaCols, \fB double complex *\fPb, \fBint\fP ldb, \fBint\fP ldbCols, \fBint\fP nblk, \fBint\fP mpi_comm_rows, \fBint\fP mpi_comm_cols, \fB double complex *\fPc, \fBint\fP lc, \fBint\fP ldcCols );"
.br
.RI " "
.br
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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