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
Sebastian Ohlmann
elpa
Commits
6c4c3def
Commit
6c4c3def
authored
Sep 26, 2019
by
Andreas Marek
Browse files
Typos in scalapack C interfaces
parent
184271d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/helpers/scalapack_interfaces.h
View file @
6c4c3def
...
...
@@ -8,10 +8,10 @@ void pstran_(int*, int*, float*, float*, int*, int*, int*, float*, float*, int*,
void
pzlacpy_
(
char
*
,
int
*
,
int
*
,
double
complex
*
,
int
*
,
int
*
,
int
*
,
double
complex
*
,
int
*
,
int
*
,
int
*
);
void
p
d
tranc_
(
int
*
,
int
*
,
double
complex
*
,
double
complex
*
,
int
*
,
int
*
,
int
*
,
double
complex
*
,
double
complex
*
,
int
*
,
int
*
,
int
*
);
void
p
z
tranc_
(
int
*
,
int
*
,
double
complex
*
,
double
complex
*
,
int
*
,
int
*
,
int
*
,
double
complex
*
,
double
complex
*
,
int
*
,
int
*
,
int
*
);
void
pclacpy_
(
char
*
,
int
*
,
int
*
,
float
complex
*
,
int
*
,
int
*
,
int
*
,
float
complex
*
,
int
*
,
int
*
,
int
*
);
void
p
d
tranc_
(
int
*
,
int
*
,
float
complex
*
,
float
complex
*
,
int
*
,
int
*
,
int
*
,
float
complex
*
,
float
complex
*
,
int
*
,
int
*
,
int
*
);
void
p
c
tranc_
(
int
*
,
int
*
,
float
complex
*
,
float
complex
*
,
int
*
,
int
*
,
int
*
,
float
complex
*
,
float
complex
*
,
int
*
,
int
*
,
int
*
);
Write
Preview
Supports
Markdown
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