Re: Numpy, uint64 and Big O notation.

2014-10-09 Thread Skip Montanaro
(For future reference, when responding to answers, it's worthwhile to continue to cc python-list.) On Thu, Oct 9, 2014 at 11:12 AM, Marcos Schratzenstaller < marksabb...@gmail.com> wrote: > The numpy has a function which manipulate 64 bits integers, but I couldn't > find a specific method to multi

Re: Numpy, uint64 and Big O notation.

2014-10-09 Thread Skip Montanaro
On Thu, Oct 9, 2014 at 8:08 AM, wrote: > I'm trying to find out the best way to multiply an uint64 (numpy). Could > someone help me find the best way to achieve that and where can I find the > time and space complexity in a Big O notation? Multiply it by what? This works fine for me: >>> imp

Numpy, uint64 and Big O notation.

2014-10-09 Thread marksabbath
Hey all! I'm trying to find out the best way to multiply an uint64 (numpy). Could someone help me find the best way to achieve that and where can I find the time and space complexity in a Big O notation? -- https://mail.python.org/mailman/listinfo/python-list