[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ATLAS and octave
From: |
John W. Eaton |
Subject: |
Re: ATLAS and octave |
Date: |
Fri, 11 Feb 2000 02:26:29 -0600 (CST) |
On 10-Feb-2000, chenu-tournier marc <address@hidden> wrote:
| R=0;x=rand(512,1)+j*rand(512,1);
| t=cputime;R=R+x*x';;cputime-t
|
| I have lost some time!
|
| normal octave gives .3 sec
| Altas ocatve gives .4 sec
|
| Can you confirm this and do you have an idea why this happens?
Is this result repeatable? What is the average over 100 runs?
512 elements is quite small compared to the 1e6 elements in the
1000x1000 example. The overhead of setting up the calculation is much
more likely to be the dominant factor for small examples.
jwe
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- Re: ATLAS and octave, (continued)
- Re: ATLAS and octave, stevenj, 2000/02/05
- Re: ATLAS and octave, R Clint Whaley, 2000/02/05
- Re: ATLAS and octave, R Clint Whaley, 2000/02/05
- Re: ATLAS and octave, stevenj, 2000/02/05
- Re: ATLAS and octave, R Clint Whaley, 2000/02/09
- Re: ATLAS and octave, R Clint Whaley, 2000/02/09
- Re: ATLAS and octave, Steven G. Johnson, 2000/02/09
- Re: ATLAS and octave, chenu-tournier marc, 2000/02/10
- Re: ATLAS and octave,
John W. Eaton <=