
15 May
2006
15 May
'06
3:23 p.m.
Nigel Stewart wrote:
Has anyone come across a std::vector compatible wrapper for PyArrayObject? Any thoughts?
I've been using a wrapper for boost::ublas.
That sounds interesting. Is it your own wrapper?
Nigel
I put some code here: http://nbecker.dyndns.org:8080/uvector.cc There are some headers missing - I hope this gives you the general idea though. Also, I have modified boost ublas slightly.