|
From: | Sungwon Shin |
Subject: | Re: about the computing speed |
Date: | Thu, 1 Oct 2015 17:37:22 +0900 |
Hi,
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
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.
[Prev in Thread] | Current Thread | [Next in Thread] |