using numpy to do linear algebra

2007-02-02 Thread Michael O'Brien
Hola~ I have a large array of points (over a million). I would like to multiply each point in the array by a 4x4 matrix. I keep thinking there should be an easy way to do this using numpy, but I can't figure out the mojo to do it. Is that possible? MO -- http://mail.python.org/mailman/listinfo/

WindowsXP development using msvc .net 2003

2005-12-06 Thread Michael O'Brien
Hola~ I'm developing a c++ library that contains python types and methods on Windows using MSVC .net 2003 and g++ on Linux. To compile on Linux, I just compile and I can use a debug compiled version of my plugin in a vanilla python interpreter. On Windows, it seems like you have to compile a cust