Re: [Numpy-discussion] Anyone have a "little" shooting-method function to share

2006-11-09 Thread Pauli Virtanen
sh_size=300) import pylab x = solution.mesh pylab.plot(x, solution(x)[:,0]) pylab.savefig('solution.png') ---- BR, Pauli Virtanen signature.asc Description: Digitaalisesti allekirjoitettu viestin osa -

Re: [Numpy-discussion] Passing numpy arrays to matlab

2006-11-07 Thread Pauli Virtanen
when passing arrays between Matlab and Python. Though, shared arrays might be just possible to implement if memory management is done carefully. BR, Pauli Virtanen signature.asc Description: Digitaalisesti allekirjoitettu viestin osa ---

Re: [Numpy-discussion] problem with lapack_lite / BLAS

2006-10-07 Thread Pauli Virtanen
from patched sources, and replace libm.so.6. At least for me this fixed crashes in numpy. Pauli Virtanen - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

[Numpy-discussion] Numpy 1.0b2 crash

2006-08-14 Thread Pauli Virtanen
Hi all, The following code causes a segmentation fault in Numpy 1.0b2 and 1.0b1. import numpy as N v = N.array([1,2,3,4,5,6,7,8,9,10]) N.lexsort(v) Stack trace === $ gdb --args python crash.py GNU gdb 6.4-debian Copyright 2005 Free Software Foundation, Inc. GDB is free software, cover