Re: [Numpy-discussion] Second order gradient in numpy

2014-05-02 Thread John Mark Agosta
Shawn (Yuxiang) - The right way to compute this is using Runga-Kutta approximations. I'm not aware if numpy supports these. -jm __ John Mark Agosta 650 465-4707 johnmark.ago...@gmail.com *"Unpredictable consequences are the most expected thin

Re: [Numpy-discussion] how to uninstall numpy

2012-08-07 Thread John Mark Agosta
Here's a good article on the vagaries of python paths when installing a new python. Thus you can check exactly how python finds its modules, to assure the new install is working properly: https://www.usenix.org/publications/login/august-2012-volume-37-number-4/import John Mark Agosta