[Numpy-discussion] How to Force Storage Order

2015-03-31 Thread Klemm, Michael
Dear all, I have found a bug in one of my codes and the way it passes a Numpy matrix to MKL's dgemm routine. Up to now I was assuming that the matrixes are using C order. I guess I have to correct this assumption :-). I have found that the numpy.linalg.svd algorithm creates the resulting U,

Re: [Numpy-discussion] How to Force Storage Order

2015-03-31 Thread Ian Henriksen
On Tue, Mar 31, 2015, 12:50 AM Klemm, Michael michael.kl...@intel.com wrote: Dear all, I have found a bug in one of my codes and the way it passes a Numpy matrix to MKL's dgemm routine. Up to now I was assuming that the matrixes are using C order. I guess I have to correct this assumption

Re: [Numpy-discussion] How to Force Storage Order

2015-03-31 Thread Sebastian Berg
On Di, 2015-03-31 at 07:11 +, Ian Henriksen wrote: On Tue, Mar 31, 2015, 12:50 AM Klemm, Michael michael.kl...@intel.com wrote: Dear all, I have found a bug in one of my codes and the way it passes a Numpy matrix to MKL's dgemm routine. Up to now I

Re: [Numpy-discussion] How to Force Storage Order

2015-03-31 Thread Klemm, Michael
Dear all, -Original Message- From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion- boun...@scipy.org] On Behalf Of Sebastian Berg Sent: Tuesday, March 31, 2015 9:37 AM To: numpy-discussion@scipy.org Subject: Re: [Numpy-discussion] How to Force Storage Order Frankly,

Re: [Numpy-discussion] Rename arguments to np.clip and np.put

2015-03-31 Thread Allan Haldane
On 03/30/2015 07:16 PM, Jaime Fernández del Río wrote: On Mon, Mar 30, 2015 at 3:59 PM, Allan Haldane allanhald...@gmail.com mailto:allanhald...@gmail.com wrote: Hello everyone, What does the list think of renaming the arguments of np.clip and np.put to match those of