Re: [Numpy-discussion] [OFFTOPIC] creating/working NumPy-ndarrays in C++

2012-04-09 Thread Phil Austin
On 12-04-09 11:27 AM, Chris Barker wrote: > > http://www.eos.ubc.ca/research/clouds/software/pythonlibs/num_util/num_util_release2/Readme.html > > > also pretty old. > > So I'd go with the actively maintained on -- or Cython -- what I can > tell you is that Cython is being very widely used in t

Re: [Numpy-discussion] Numpy and C++ integration...

2008-02-04 Thread Phil Austin
Bill Spotz wrote: > On Feb 4, 2008, at 1:05 PM, Christopher Barker wrote: > >> Boost::python -- best for writing custom extensions in C++ -- also can >> be used for interfacing with legacy C++. There were boost array >> classes >> for numpy -- are these being maintained? > > There are boo