Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5644ac63 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

zlatms: add forgotten hermitian case

parent 92dc4378
No related branches found
No related tags found
1 merge request!468Many minor hotfix issued from the mixed precision branch
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment