Has anyone come across a std::vector compatible wrapper
for PyArrayObject? Any thoughts?
It's easy enough to write one.
I was kindof hoping not to reinvent that wheel, along
with possible semantic mismatches between std::vector
and PyArrayObject...
Nigel