$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2006-05-15 11:23:43
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.