getting shape of numpy array

9 Nov
2009
9 Nov
'09
11:36 p.m.
Hi,
I am trying to interaface a numpy array using boost::python::numeric::array.
void function(numeric::array& a)
{
tuple shape=extract<tuple>(a.getshape());
double x;
int i,j;
for(i=0;i
5640
Age (days ago)
5640
Last active (days ago)
0 comments
1 participants
participants (1)
-
TheLonelyStar