Hi all, My research group works in image and high dimensional data analysis and we're beginning to work on the transition from Matlab to python/ sage. Many of our core algorithms are implemented as matlab Mex files, which are really C libraries using C/C++ data types that need to be converted to numpy arrays. I couldn't find any previous posts on this topic, so my question is does anyone here have experience with wrapping Mex libraries for python? I have made progress on this project, but I'm far from expert at C or python so I could use some advice, or even sample code.
Keith Clawson -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org