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
cdfdc38b
Commit
cdfdc38b
authored
3 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
header: remove duplicate
parent
ea4dd0a6
No related branches found
No related tags found
1 merge request
!262
Add an option to wait for graph submission before executing in testings
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/chameleon/chameleon_z.h
+0
-1
0 additions, 1 deletion
include/chameleon/chameleon_z.h
with
0 additions
and
1 deletion
include/chameleon/chameleon_z.h
+
0
−
1
View file @
cdfdc38b
...
...
@@ -285,7 +285,6 @@ int CHAMELEON_zgeqrf_param_Tile(const libhqr_tree_t *qrtree, CHAM_desc_t *A, CHA
int
CHAMELEON_zgeqrs_param_Tile
(
const
libhqr_tree_t
*
qrtree
,
CHAM_desc_t
*
A
,
CHAM_desc_t
*
TS
,
CHAM_desc_t
*
TT
,
CHAM_desc_t
*
B
);
int
CHAMELEON_zunglq_param_Tile
(
const
libhqr_tree_t
*
qrtree
,
CHAM_desc_t
*
A
,
CHAM_desc_t
*
TS
,
CHAM_desc_t
*
TT
,
CHAM_desc_t
*
B
);
int
CHAMELEON_zungqr_param_Tile
(
const
libhqr_tree_t
*
qrtree
,
CHAM_desc_t
*
A
,
CHAM_desc_t
*
TS
,
CHAM_desc_t
*
TT
,
CHAM_desc_t
*
B
);
int
CHAMELEON_zungqr_param_Tile
(
const
libhqr_tree_t
*
qrtree
,
CHAM_desc_t
*
A
,
CHAM_desc_t
*
TS
,
CHAM_desc_t
*
TT
,
CHAM_desc_t
*
B
);
int
CHAMELEON_zunmlq_param_Tile
(
const
libhqr_tree_t
*
qrtree
,
cham_side_t
side
,
cham_trans_t
trans
,
CHAM_desc_t
*
A
,
CHAM_desc_t
*
TS
,
CHAM_desc_t
*
TT
,
CHAM_desc_t
*
B
);
int
CHAMELEON_zunmqr_param_Tile
(
const
libhqr_tree_t
*
qrtree
,
cham_side_t
side
,
cham_trans_t
trans
,
CHAM_desc_t
*
A
,
CHAM_desc_t
*
TS
,
CHAM_desc_t
*
TT
,
CHAM_desc_t
*
B
);
/**
...
...
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