Are there any decent python numerical package libraries besides numpy for python? Numpy relies on gfortan which itself must be compiled correctly for your platform to avoid hidden/insidious numerical errors in numpy.
I need a matrix algebra package to do kinematics, path planning, and machine learning in python that isn't sensitive to gfortran version and compiler options.