android Programming Glossary: eigen
Android - A simple ndk project using the Eigen library and jni http://stackoverflow.com/questions/8543221/android-a-simple-ndk-project-using-the-eigen-library-and-jni a simple android app that uses the ndk. I imported the eigen library right into the jni folder that I created in the source.. arrays are passed to the native method and loaded into two eigen float vectors where they are then added together. The product.. java and then displayed in a textview. Heres a link to the eigen library for android https bitbucket.org erublee eigen android..
Android - A simple ndk project using the Eigen library and jni http://stackoverflow.com/questions/8543221/android-a-simple-ndk-project-using-the-eigen-library-and-jni So today with some help from the people on here I put together a simple android app that uses the ndk. I imported the eigen library right into the jni folder that I created in the source tree and then using cygwin I was able to compile the project... fields and when the user clicks the button two float arrays are passed to the native method and loaded into two eigen float vectors where they are then added together. The product of the two vectors is passed back to java and then displayed.. together. The product of the two vectors is passed back to java and then displayed in a textview. Heres a link to the eigen library for android https bitbucket.org erublee eigen android You just need the actual eigen folder which is one layer down..
|