Recently there was a need for this, but I looked it up on the internet and barely spoke about it. Later, I discovered a foreign Daniel project on GitHub. Pulled down himself compiled a bit unexpectedly passed, recorded as follows:
1. Download the code from the Https://github.com/simonlynen/android_libs URL.
2. Create a new project in Eclipse, select Android Project from Existing code, then select the Lapack folder in the first step
3. Right-click Project->android tools->add Native Support
4. Directly build the entire project, at this time will report some errors, generally speaking, include the path is not caused, correct can
5. Install to the phone, run the following interface
It should be noted that testclapack.cpp this file, the call F2C_DTRSM function will be an error, after the function is commented out, the other functions run is no problem.
Finally put a lapack bag, sometimes GitHub will be wall
http://files.cnblogs.com/hrlnw/lapack.7z
Compiling Lapack with Android NDK