[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NxN random matrix much cheaper than N^2 random scalars
From: |
Andreas Weber |
Subject: |
Re: NxN random matrix much cheaper than N^2 random scalars |
Date: |
Thu, 20 Nov 2014 09:09:05 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 |
Hi Daniel,
On 18.11.2014 10:04, Daniel Molina García wrote:
>> How have you exactly measured this?
> Just calling
> $ time octave --silent program.m
> several times. I don't have a better idea so I couldn't compare.
You could also surround the calculation in question with "tic" and "toc".
-- Andy