Re: [Numpy-discussion] Reading in a mesh file

2016-09-01 Thread Robert Kern
On Thu, Sep 1, 2016 at 3:49 PM, Florian Lindner wrote: > > Hello, > > thanks for your reply which was really helpful! > > My problem is that I discovered that the data I got is rather unordered. > > The documentation for reshape says: Read the elements of a using this index

Re: [Numpy-discussion] Reading in a mesh file

2016-09-01 Thread Florian Lindner
Hello, thanks for your reply which was really helpful! My problem is that I discovered that the data I got is rather unordered. The documentation for reshape says: Read the elements of a using this index order, and place the elements into the reshaped array using this index order. ā€˜Cā€™ means to

Re: [Numpy-discussion] State-of-the-art to use a C/C++ library from Python

2016-09-01 Thread Neal Becker
Jason Newton wrote: > I just wanted to follow up on the C++ side of OP email - Cython has quite > a > few difficulties working with C++ code at the moment. It's really more of > a C solution most of the time and you must split things up into a mostly C > call interface (that is the C code Cython