Re: [Numpy-discussion] vectorized linalg

2006-10-09 Thread David Goldsmith
Tim Hochberg wrote: I periodically need to perform various linalg operations on a large number of small matrices. The normal numpy approach of stacking up the data into an extra dimension and doing the operations in parallel doesn't work because the linalg functions are only designed to

Re: [Numpy-discussion] vectorized linalg

2006-10-09 Thread David L Goldsmith
Tim Hochberg wrote: David Goldsmith wrote: Tim Hochberg wrote: I periodically need to perform various linalg operations on a large number of small matrices. The normal numpy approach of stacking up the data into an extra dimension and doing the operations in parallel doesn't