octave-maintainers
[Top][All Lists]
Advanced

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

Re: arrayfun.m reworked


From: Bill Denney
Subject: Re: arrayfun.m reworked
Date: Thu, 31 Jul 2008 19:37:35 -0400
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Thomas Treichl wrote:
Hi,

I have finished reworking arrayfun - finally I decided to find the bug in arrayfun.m and not to send my arrayun.cc here. And thanks to David for having a look at the cellfun problems I have had ;)

You have been right John, my implementation arrayfun.cc is still slower then the current implementation because I used the C++ subsref and subsasgn methods for all types of input arguments.

The attached changeset includes the following changes to arrayfun.m:
 - created new help text
 - fixed bug in arrayfun function
 - added a lot of test to check my compatibility needs

I hope it is good enough to be included into the default development branch.

Regards,

  Thomas

PS. I have created a similiar large testset for cellfun, should I prepare a patch for this or is this some kind of overshooting?
Wow, that's a lot of tests. Out of curiosity, was the bug that it would send an empty cell when it shouldn't?

Have a good day,

Bill


reply via email to

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