From maintainers-request at octave dot org Tue Aug 24 14:34:18 2004 Subject: small concat fix From: "John W. Eaton" To: David Bateman Cc: maintainers at octave dot org Date: Tue, 24 Aug 2004 15:30:11 -0400 On 24-Aug-2004, David Bateman wrote: | In the ::concat functions I tested whether the final matrix was empty, | before working on it. However, a slight speed up for the case of | concatenation with empty matrices can be had if the matrix to be inserted | into the final matrix is tested... | | This minor patch does that... I applied these changes. Thanks, jwe