Python Numeric (in python 1.5.2) & TNT (Template Numerical Toolkit)

Wojtek Zabolotny wzab at ise.pw.edu.pl
Thu Dec 7 07:46:16 EST 2000


Hi Python Gurus,

I have a big program for numerical analysis, which uses the TNT 
(http://math.nist.gov/tnt/) classes to deal with matrices.
In fact I use the Fortran_Matrix<double> for my matrices.
Now I need to add the python frontend to it (for interactive
calculations and plotting).
Did anybody tried to tie the TNT matrices to Python Numeric arrays?
I'd like to avoid memory reallocation and data copying when transferring
data between C++ and python parts...

--
			TIA & Regards
			Wojciech Zabolotny
			wzab at ise.pw.edu.pl





More information about the Python-list mailing list