[Bugzilla] [Bug 13936] Samuel GOUGEON has changed keywords, bug_status, resolution, assigned_to
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Fri Mar 30 16:59:56 CEST 2018
http://bugzilla.scilab.org/show_bug.cgi?id=13936
--------- Bug Summary -----------
Slow power of matrix computation
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
keywords, bug_status, resolution, assigned_to
Samuel GOUGEON <sgougeon at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |nonregression_test_missing
Status|NEW |RESOLVED
Resolution|--- |FIXED
Assignee|bugzilla.admin at scilab.org |sgougeon at free.fr
--- Comment #2 from Samuel GOUGEON <sgougeon at free.fr> ---
This bug is fixed with Scilab 6.0.1 / win7 64 bits:
--> n=1000; k=10;
--> M=rand(1000,1000);
--> tic; pM1=M^k; toc
ans =
0.2728594
--> tic;
--> pM2=eye(M);
--> for i=1:k
> pM2=M*pM2;
> end
--> toc
ans =
0.4994109
I get the same ratio on Fedora.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180330/1db4ed32/attachment.htm>
More information about the Bugzilla
mailing list