[SciPy-user] C++ extensions
David Grant
david.grant at telus.net
Fri Oct 29 18:26:34 EDT 2004
Hey guys (and girls, are there any???),
I have some C++ code, it does a decomposition of a large matrix.. It
has a bunch of objects. It is very black box though, you just declare
an object, give it the matrix and it will give an output. I think it
uses CLAPACK. I would like to call this from python.
I looked at some Weave information, but that didn't help, because I
obviously can't run this in-line since it is many files.
Any help like web links is appreciated.
David
More information about the SciPy-User
mailing list