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
5644ac63
Commit
5644ac63
authored
10 months ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
zlatms: add forgotten hermitian case
parent
92dc4378
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!468
Many minor hotfix issued from the mixed precision branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compute/pzlatms.c
+3
-0
3 additions, 0 deletions
compute/pzlatms.c
with
3 additions
and
0 deletions
compute/pzlatms.c
+
3
−
0
View file @
5644ac63
...
...
@@ -104,6 +104,9 @@ void chameleon_pzlatms( cham_dist_t idist, unsigned long long int seed, cham_sym
else
if
(
sym
==
ChamSymPosv
)
{
trans
=
ChamTrans
;
}
else
if
(
sym
==
ChamHermPoev
)
{
trans
=
ChamConjTrans
;
}
#if !defined(CHAMELEON_SIMULATION)
/* Compute the diagonal D */
...
...
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