help-octave
[Top][All Lists]
Advanced

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

Re: about the computing speed


From: Nicholas Jankowski
Subject: Re: about the computing speed
Date: Thu, 1 Oct 2015 15:02:56 -0400

On Thu, Oct 1, 2015 at 8:40 AM, Mike Miller <address@hidden> wrote:
On Wed, Sep 30, 2015 at 18:07:28 +0900, Sungwon Shin 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

Many, but not all, of the math functions are implemented using the
BLAS/LAPACK libraries. Try installing OpenBLAS for a (multicore)
performance boost over the standard BLAS functions. It is a drop-in
replacement so you should not need to recompile Octave.



Didn't realize switching BLAS colud be done without a recompile for Windows. Grabbing the Win32 or 64 versions of OpenBLAS is simple enough. Is it a straightforward procedure to get it hooked into Octave?


reply via email to

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