Re: [Numpy-discussion] code using Numeric and LinearAlgebra

2008-03-31 Thread Robert Kern
On Mon, Mar 31, 2008 at 6:06 PM, gordon <[EMAIL PROTECTED]> wrote: > i came across some code that uses calls like > LinearAlgebra.eigenvectors(L) and Numeric.matrixmultiply(v, x) which > gives compilation errors on my new numpy installation.Is it possible > to get such code compiled while using

[Numpy-discussion] code using Numeric and LinearAlgebra

2008-03-31 Thread gordon
i came across some code that uses calls like LinearAlgebra.eigenvectors(L) and Numeric.matrixmultiply(v, x) which gives compilation errors on my new numpy installation.Is it possible to get such code compiled while using new version of numpy? when evalues, evectors = LinearAlgebra.eigenvectors(L)