Re: [Numpy-discussion] performance matrix multiplication vs. matlab

2009-06-06 Thread Minjae Kim
Thanks for this excellent recipe. I have not tried it out myself yet, but I will follow the instruction on clean Ubuntu 9.04 64-bit. Best, Minjae On Sat, Jun 6, 2009 at 11:59 AM, Chris Colbert wrote: > since there is demand, and someone already emailed me, I'll put what I > did in this post. I

[Numpy-discussion] Preserving trailing zeros when printing an array

2009-04-11 Thread Minjae Kim
Hello, When I work with arrays, I would like to print trailing zeros also. Somehow, Numpy refuses to print trailing zeros of a number within an array. For example, if I set the print precision to 5 decimal digits (set_printoptions(5)) and try to print array([0.1001], it gives me 0.1 instead o