Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
a273b4aa
Commit
a273b4aa
authored
7 years ago
by
Mathieu Faverge
Committed by
BOUCHERIE Raphael
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use Chameleon_max instead of max
parent
12f41621
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!47
Integration of hierarchicah householder reduction trees
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/testing_zgels_hqr.c
+2
-2
2 additions, 2 deletions
testing/testing_zgels_hqr.c
with
2 additions
and
2 deletions
testing/testing_zgels_hqr.c
+
2
−
2
View file @
a273b4aa
...
@@ -69,9 +69,9 @@ int testing_zgels_hqr(int argc, char **argv)
...
@@ -69,9 +69,9 @@ int testing_zgels_hqr(int argc, char **argv)
int
M
=
atoi
(
argv
[
0
]);
int
M
=
atoi
(
argv
[
0
]);
int
N
=
atoi
(
argv
[
1
]);
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
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_a
=
atoi
(
argv
[
5
]);
int
qr_p
=
atoi
(
argv
[
6
]);
int
qr_p
=
atoi
(
argv
[
6
]);
int
llvl
=
atoi
(
argv
[
7
]);
int
llvl
=
atoi
(
argv
[
7
]);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment