Re: [Numpy-discussion] TypeError when using double , longdouble in numpy.dot

2010-07-08 Thread Christoph Gohlke
On 7/7/2010 9:43 PM, Charles R Harris wrote: On Wed, Jul 7, 2010 at 10:13 PM, Christoph Gohlke cgoh...@uci.edu mailto:cgoh...@uci.edu wrote: Dear NumPy developers, I am trying to solve some scipy.sparse TypeError failures reported in [1] and reduced them to the following

Re: [Numpy-discussion] TypeError when using double , longdouble in numpy.dot

2010-07-08 Thread Christoph Gohlke
On 7/7/2010 9:59 PM, Charles R Harris wrote: On Wed, Jul 7, 2010 at 10:13 PM, Christoph Gohlke cgoh...@uci.edu mailto:cgoh...@uci.edu wrote: Dear NumPy developers, I am trying to solve some scipy.sparse TypeError failures reported in [1] and reduced them to the following

Re: [Numpy-discussion] TypeError when using double , longdouble in numpy.dot

2010-07-08 Thread Christoph Gohlke
On 7/7/2010 9:13 PM, Christoph Gohlke wrote: Dear NumPy developers, I am trying to solve some scipy.sparse TypeError failures reported in [1] and reduced them to the following example: import numpy a = numpy.array([[1]]) numpy.dot(a.astype('single'), a.astype('longdouble'))

Re: [Numpy-discussion] TypeError when using double , longdouble in numpy.dot

2010-07-07 Thread David Cournapeau
On Thu, Jul 8, 2010 at 6:13 AM, Christoph Gohlke cgoh...@uci.edu wrote: Dear NumPy developers, I am trying to solve some scipy.sparse TypeError failures reported in [1] and reduced them to the following example: import numpy a = numpy.array([[1]]) numpy.dot(a.astype('single'),

Re: [Numpy-discussion] TypeError when using double , longdouble in numpy.dot

2010-07-07 Thread Charles R Harris
On Wed, Jul 7, 2010 at 10:13 PM, Christoph Gohlke cgoh...@uci.edu wrote: Dear NumPy developers, I am trying to solve some scipy.sparse TypeError failures reported in [1] and reduced them to the following example: import numpy a = numpy.array([[1]]) numpy.dot(a.astype('single'),

Re: [Numpy-discussion] TypeError when using double , longdouble in numpy.dot

2010-07-07 Thread Charles R Harris
On Wed, Jul 7, 2010 at 10:13 PM, Christoph Gohlke cgoh...@uci.edu wrote: Dear NumPy developers, I am trying to solve some scipy.sparse TypeError failures reported in [1] and reduced them to the following example: import numpy a = numpy.array([[1]]) numpy.dot(a.astype('single'),