From: Philip A. <pa...@eo...> - 2002-10-10 01:48:50
|
Todd Miller writes: > Can you send me the Numeric wrapper code or let me know where to > get it? It's now on the cvs main trunk: cvs -d:pserver:ano...@cv...:/cvsroot/boost login cvs -z3 -d:pserver:ano...@cv...:/cvsroot/boost checkout boost You'll need all of boost if you want to try to compile/run the test code. If you haven't worked with boost and boost.build (bjam) before, I could send my install notes. If you'd just like to browse the code, the pertinent files are: boost/libs/python/test/numpy.cpp boost/libs/python/test/numpy.py boost/python/numeric.hpp and the new tutorial (which doesn't cover numpy yet) is quite good: boost/boost/libs/python/doc/tutorial as well as: boost/libs/python/doc/v2/reference.html (also without numpy documentation) Regards, Phil |