Mentions légales du service

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

Fix issue with ztpqrt calls

parent f14b1e77
No related branches found
No related tags found
1 merge request!81Migration QR/LQ
...@@ -166,7 +166,7 @@ void morse_pzgeqrf_param( const libhqr_tree_t *qrtree, MORSE_desc_t *A, ...@@ -166,7 +166,7 @@ void morse_pzgeqrf_param( const libhqr_tree_t *qrtree, MORSE_desc_t *A,
MORSE_TASK_ztpqrt( MORSE_TASK_ztpqrt(
&options, &options,
tempmm, tempkn, L, ib, T->nb, tempmm, tempkn, chameleon_min(L, tempkn), ib, T->nb,
A(p, k), ldap, A(p, k), ldap,
A(m, k), ldam, A(m, k), ldam,
T(m, k), T->mb); T(m, k), T->mb);
......
...@@ -175,7 +175,7 @@ void morse_pzgeqrfrh(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *D, int BS, ...@@ -175,7 +175,7 @@ void morse_pzgeqrfrh(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *D, int BS,
MORSE_TASK_ztpqrt( MORSE_TASK_ztpqrt(
&options, &options,
tempMRDm, tempkn, tempMRDm, ib, T->nb, tempMRDm, tempkn, chameleon_min( tempMRDm, tempkn ), ib, T->nb,
A (M , k), ldaM, A (M , k), ldaM,
A (M+RD, k), ldaMRD, A (M+RD, k), ldaMRD,
T2(M+RD, k), T->mb); T2(M+RD, k), T->mb);
......
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