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:37:22 +0900

I installed all dependencies listed in HACKING.txt (including libblas-dev and liblapck-dev) and built octave develop-source.
should i do something about blas or lapack when I run octave?

On Thu, Oct 1, 2015 at 5:10 PM, Carlo De Falco <address@hidden> wrote:

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]