
23 Jun
2010
23 Jun
'10
12:06 a.m.
Hi, I implemented a template<class T, int d> VECTOR; Now I can expose specialized class like VECTOR<int,2> to python, but I want to expose more specializations without copying a whole set. What shall I do? I found some early posts about this problem, but didn't figure out a solution. Is class_builder the one I should look for? Thanks in advance? Yong