From maintainers-request at octave dot org Thu Mar 30 15:33:27 2006 Subject: Numel Documentation From: "John W. Eaton" To: Bill Denney Cc: maintainers at octave dot org Date: Thu, 30 Mar 2006 16:33:23 -0500 On 30-Mar-2006, Bill Denney wrote: | I discovered the numel command today. After discovering this, I updated | the seealsos on several functions (attached). After discovering this, I | thought that replacing any "prod(size(...))" constructs with numel(...) | would make more sense and be faster. | | I found them in the scripts in | | general/sub2ind.m | set/ismember.m | set/unique.m | strings/dec2base.m | testfun/assert.m | | Would a patch changing these to numel be accepted? Yes. | src/ChangeLog | 2006-03-30 Bill Denney | | * data.cc: update seealsos to show numel I applied this patch. Thanks, jwe