Re: [Numpy-discussion] vector to tensor matrix speed up

2006-07-20 Thread Tim Hochberg
[EMAIL PROTECTED] wrote: > > > Hi users, > > i have some problem in Numpy with indexing speed for array to tensor > matrix transport. > With 20 cycles it's 9sec ! (without sort(eigvals() - functions) > > Many thanks > f. > The big problem you have here is that you are operating on you

[Numpy-discussion] vector to tensor matrix speed up

2006-07-20 Thread Ferenc . Pintye
Hi users, i have some problem in Numpy with indexing speed for array to tensor matrix transport. With 20 cycles it's 9sec ! (without sort(eigvals() - functions) Many thanks f. # stress values/matrix in array form for 20 points out = zeros((20,11),Float32) # #.out = fil