I am trying to pass a multi-dimensional ndarray to C as a multi-
dimensional C array for the purposes of passing it to mathematica.
They already have a wrapper for a 1-D Python list. where the list is
copied to "list". Shown below:
static PyObject * mathlink_PutIntegerList(mathlink_Link *self,
PyO
On Tue, Oct 4, 2011 at 12:05 PM, Yang Zhang wrote:
> On Tue, Oct 4, 2011 at 1:28 AM, Robin wrote:
>> On Mon, Oct 3, 2011 at 9:42 PM, Yang Zhang wrote:
>>> It turns out that there's a long-standing problem in numpy that
>>> prevents it from being used in embedded CPython environments:
>>
>> Just
On Wed, Dec 7, 2011 at 8:45 PM, Bruce Southey wrote:
> On Tue, Dec 6, 2011 at 4:13 PM, Wes McKinney wrote:
> > On Tue, Dec 6, 2011 at 4:11 PM, Ralf Gommers
> > wrote:
> >>
> >>
> >> On Mon, Dec 5, 2011 at 8:43 PM, Ralf Gommers <
> ralf.gomm...@googlemail.com>
> >> wrote:
> >>>
> >>> Hi all,
> >
On Wed, Dec 7, 2011 at 5:23 PM, Thouis (Ray) Jones wrote:
> On Tue, Dec 6, 2011 at 22:11, Ralf Gommers
> wrote:
> > To be a bit more detailed here, these are the most significant pull
> requests
> > / patches that I think can be merged with a limited amount of work:
> > meshgrid enhancements: ht