octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #29841] Feature request: conv update


From: Rik
Subject: [Octave-bug-tracker] [bug #29841] Feature request: conv update
Date: Thu, 13 May 2010 19:03:55 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9

Update of bug #29841 (project octave):

                  Status:                    None => In Progress            

    _______________________________________________________

Follow-up Comment #3:

The most up-to-date practices for Octave code are found in the section titled
"Contributing Guidelines" in the pdf documentation.  

In short, we can always deal with context diffs, but it is easier if you can
try out the Mercurial version control system and prepare patches with that
tool.  However, I understand if you don't want to learn yet another source
code control system.

Also, before you make changes I would benchmark the current code.  You don't
want to slow things down while tweaking the code.
The following code is crude but does the job.

a = rand(10000,1);
b = rand(10000,1);
tic; c = conv(a,b); toc;

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29841>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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