Re: [Numpy-discussion] [ANN] MATLAB ODE solvers - now available in Python (Dmitrey)

2013-10-06 Thread David Goldsmith
On Sun, Oct 6, 2013 at 10:00 AM, wrote: > Message: 2 > Date: Sat, 05 Oct 2013 21:36:48 +0300 > From: Dmitrey > Subject: Re: [Numpy-discussion] [ANN] MATLAB ODE solvers - now > available inPython > To: Discussion of Numerical Python > Cc: numpy-discussion@scipy.org > Message-ID: <138

Re: [Numpy-discussion] Problem with numpy's array reference assignment?

2013-10-06 Thread Charles R Harris
I've opened an issue . Chuck ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Problem with numpy's array reference assignment?

2013-10-06 Thread Charles R Harris
On Sun, Oct 6, 2013 at 11:30 AM, Bernhard Spinnler < bernhard.spinn...@gmx.net> wrote: > I have problems to get a piece of code to work with a new numpy/scipy > version. The code essentially sets up a matrix Ryy and a vector Rya and > solves the system of linear equations Ryy*c = Rya for c. Then i

[Numpy-discussion] Problem with numpy's array reference assignment?

2013-10-06 Thread Bernhard Spinnler
I have problems to get a piece of code to work with a new numpy/scipy version. The code essentially sets up a matrix Ryy and a vector Rya and solves the system of linear equations Ryy*c = Rya for c. Then it checks whether the resulting vector c satisfies the equation: Ryy*c must be equal to Rya.