Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
a273b4aa
Commit
a273b4aa
authored
Jun 14, 2017
by
Mathieu Faverge
Committed by
BOUCHERIE Raphael
Jun 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Chameleon_max instead of max
parent
12f41621
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
testing/testing_zgels_hqr.c
testing/testing_zgels_hqr.c
+2
-2
No files found.
testing/testing_zgels_hqr.c
View file @
a273b4aa
...
...
@@ -69,9 +69,9 @@ int testing_zgels_hqr(int argc, char **argv)
int
M
=
atoi
(
argv
[
0
]);
int
N
=
atoi
(
argv
[
1
]);
int
LDA
=
max
(
atoi
(
argv
[
2
]),
M
);
int
LDA
=
chameleon_
max
(
atoi
(
argv
[
2
]),
M
);
int
NRHS
=
atoi
(
argv
[
3
]);
int
LDB
=
max
(
max
(
atoi
(
argv
[
4
]),
M
),
N
);
int
LDB
=
chameleon_max
(
chameleon_
max
(
atoi
(
argv
[
4
]),
M
),
N
);
int
qr_a
=
atoi
(
argv
[
5
]);
int
qr_p
=
atoi
(
argv
[
6
]);
int
llvl
=
atoi
(
argv
[
7
]);
...
...
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