I'm looking for a good vector/matrix math library that's compatible
with the Android NDK. Configurable Math Library (http://
sourceforge.net/projects/cmldev/) seems good, but requires STL.
Are there any good C++ vector/matrix math libs out there that don't
require STL? Alternatively, has anyone gotten STL working properly
under the NDK yet? (STLPort etc)