Hello all,
Forgive me if this isn't the proper forum for this, but I'm having the
following issue:
http://codepad.org/EFPnkIUm
System info (Boost is a tad outdated at the moment):
Boost.Jam Version 3.1.16. OS=LINUX.
BOOST_VERSION 103700
Python 2.6.1
Any help is greatly appreciated, thanks!
Z
Another library that can pass C++ arrays to/from python is pyrap
(pyrap.googlecode.com). It is the python binding to the casacore
package, so it maps (possibly strided) Python arrays to casa::Array
objects.
Unlike the other C++ array classes I know (Blitz, boost::multi_array,
vigra::MultiArray)