From help-request at octave dot org Tue Feb 22 11:59:29 2005 Subject: False alarm (Re: reshape slowdown?) From: "John W. Eaton" To: "Dmitri A. Sergatskov" Cc: octave help mailing list Date: Tue, 22 Feb 2005 13:05:22 -0500 On 22-Feb-2005, Dmitri A. Sergatskov wrote: | I am sorry -- the reshape really does not take any time. I overlooked | that I have a=b' in the loop that does go slower than before, but that, | I think, relates to the different lapack/blas version. It is still | somewhat weird, as most other lapack functions perform the same or even | faster than before... Transpose is not implemented with lapack or blas functions. I suppose it could be due to changing from 2-d to N-d arrays, but I don't see anything obvious that would account for a slowdown. jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------