Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bb440284 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

pzlange: fix LDA parameter for InfNorm

parent 0e176ae6
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ void morse_pzlange(MORSE_enum norm, MORSE_desc_t *A, double *result, ...@@ -233,7 +233,7 @@ void morse_pzlange(MORSE_enum norm, MORSE_desc_t *A, double *result,
MORSE_TASK_dlange( MORSE_TASK_dlange(
&options, &options,
MorseMaxNorm, tempkm, 1, A->nb, MorseMaxNorm, tempkm, 1, A->nb,
VECNORMS_STEP2(m, 0), 1, VECNORMS_STEP2(m, 0), tempkm,
VECNORMS_STEP1(m, 0)); VECNORMS_STEP1(m, 0));
} }
......
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