help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

about the computing speed


From: Sungwon Shin
Subject: about the computing speed
Date: Wed, 30 Sep 2015 18:07:28 +0900

Should I install any package to compute faster? Or what package is related to the computing speed of math functions? I'm worrying about that I missed some package when I installed the dependencies.

ex) a=rand(1000,1000);
      tic;
      inv(a);           <----inverse function
      toc*1000

   
thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]