On Saturday, January 4, 2014, Ralf Gommers wrote:
>
>
>
> On Mon, Dec 23, 2013 at 12:14 AM, Matti Picus
>
> > wrote:
>
>> Hi. I started to port the stdlib cmath C99 compatible complex number
>> tests to numpy, after noticing that numpy seems to have different
>> complex number routines than cmat
On Mon, Dec 23, 2013 at 12:14 AM, Matti Picus wrote:
> Hi. I started to port the stdlib cmath C99 compatible complex number
> tests to numpy, after noticing that numpy seems to have different
> complex number routines than cmath. The work is available on a
> "retest_complex" branch of numpy
> htt
On Tue, Dec 31, 2013 at 5:45 PM, Neal Becker wrote:
> Ralf Gommers wrote:
>
> > On Tue, Dec 31, 2013 at 4:52 PM, Neal Becker
> wrote:
> >
> >> Cera, Tim wrote:
> >>
> >> > I don't work with complex numbers, but just sampling what others do:
> >> >
> >> >
> >> > Python: no ordering, results in Ty
Hi all,
I've coding an ArrayList object based on a regular numpy array. This objects
allows to dynamically append/insert/delete/access items. I found it quite
convenient since it allows to manipulate an array as if it was a list with
elements of different sizes but with same underlying type (=