help-octave
[Top][All Lists]
Advanced

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

Re: about the computing speed


From: Carlo De Falco
Subject: Re: about the computing speed
Date: Thu, 1 Oct 2015 08:10:42 +0000

On 30 Sep 2015, at 11:07, Sungwon Shin <address@hidden> wrote:

> 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

Hi,
For the particular example you showed, the computation speed only depends on 
the BLAS/LAPACK libraries you are linking to.
What implementation of BLAS/LAPACK are you using?
c.




reply via email to

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