Daniel Russel

Results 35 comments of Daniel Russel

Should probably just remove the functions. They are numerically unstable and no one has any interest in fixing them.

Euler angles are intrinsically numerically unstable which is why we use quaternions. As it happens, one of the conversion functions is particularly bad as it involves lots of divisions by...

Testing the statistics would be good too.

It is not clear that/why it should. It isn't passed to cmake anywhere, I think. On Thu, Mar 6, 2014 at 10:42 AM, Yannick [email protected] wrote: > see title. >...

It looks like FindMPI.cmake defines MPIEXEC. We could split that and add where it is to the IMP_PATH.

Just add an argument to the Pointer and OwnerPointer template classes. Defaults to false, but when true makes sure that the pointer is never null after construction.

Or make it read the exceptions list at run time.

Best lead so far: You may want to call intrcheck() or PyErr_CheckSignals in your C code and react accordingly. From what I can see, PyErr_CheckSignals() returns 0 if no interrupt...

Or http://stackoverflow.com/questions/2510696/allowing-threads-from-python-after-calling-a-blocking-i-o-code-in-a-python-exten