help-octave
[Top][All Lists]
Advanced

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

Re: about the computing speed


From: Sungwon Shin
Subject: Re: about the computing speed
Date: Thu, 1 Oct 2015 17:28:38 +0900

just easy to see. because it's milliseconds unit. 
There's two PCs. One is i7 and the other is i5 cpu. 
Both of them are under Window OS.
I installed virtualbox in i7 and
my colleague installed cygwin in i5 to use linux 
And we built octave development source and tested above code repeatedly
but the computing speed is similar or sometimes i7 is slower than i5
i7 : high 70~80 ms, but normally 100~120ms
i5 : high 90~110 ms and it's normal speed
 

On Thu, Oct 1, 2015 at 3:53 PM, Markus Bergholz <address@hidden> wrote:


Am 01.10.2015 7:30 vorm. schrieb "Sungwon Shin" <address@hidden>:
>
> 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

Why do you multiply toc with 1000?

>
>    
> thanks
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
>



reply via email to

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