|
From: | Nicholas Jankowski |
Subject: | Re: about the computing speed |
Date: | Thu, 1 Oct 2015 15:02:56 -0400 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |