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
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)