[sage-devel] Re: wrapping matlab mex libraries

2010-02-15 Thread Jason Grout
On 02/14/2010 11:54 AM, Keith Clawson wrote: 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

[sage-devel] Re: wrapping matlab mex libraries

2010-02-15 Thread Keith Clawson
Thanks for the suggestions. Cython is the route I've been taking, but I haven't been able to get everything working yet and I hoped someone had already paved the way. Oh well, I went to grad school to do original work, so I'll keep plugging away. -Keith On Feb 15, 4:47 am, Jason Grout

[sage-devel] Re: wrapping matlab mex libraries

2010-02-14 Thread Harald Schilly
On Feb 14, 6:54 pm, Keith Clawson rattletyb...@gmail.com wrote: 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. Hi, I've never seen that before, either. You could ask about this at