<div dir="ltr">Hi to everyone,<div>I'm working on tdf#89387 for university assignment.. I'm trying to <span style="color:rgb(0,0,0);white-space:pre-wrap">speed up matrix (ScMatrix) operations using mdds and I 'm changing  </span><span style="color:rgb(0,0,0);white-space:pre-wrap">ScInterpreter::ScGCD.</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">The solution I have proposed here </span><font color="#000000"><span style="white-space:pre-wrap"><a href="https://gerrit.libreoffice.org/#/c/32972/10/sc/source/core/tool/scmatrix.cxx">https://gerrit.libreoffice.org/#/c/32972/10/sc/source/core/tool/scmatrix.cxx</a> work only for one array.</span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">For example when I'll insert "=GCD({3;6;9})"  the result is correct , but if I'll insert </span></font><span style="color:rgb(0,0,0);white-space:pre-wrap">"=GCD({6;6;6};{3;6;9})" the result is wrong (it return 6).</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">Can someone tell me why this happens?</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">Kind regards</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">filippo giacchè</span></div></div>