From maintainers-request at octave dot org Thu Apr 13 14:59:11 2006 Subject: Patch for sparse indexed assignment From: "John W. Eaton" To: David dot Bateman at motorola dot com Cc: octave maintainers mailing list Date: Thu, 13 Apr 2006 15:59:03 -0400 On 12-Apr-2006, David Bateman wrote: | Here is an optimization of sparse indexed assignments like s(p,:)=1 or | s(p,1)=sprandn( length(p),1) which makes them significantly faster... | | D. | | * Sparse.cc (assign (Sparse&, const Sparse&)): Optimize | assignment. I applied this patch. Thanks, jwe