资 源 简 介
GNU Octave is a great alternative to the commercial Matlab environment and not just because its free. With much of the same highly optimized matrix math libraries, Octave is a very powerful (and extensible) tool to have in your workstation.
Why stop there? Most engineering students I know would love to have such a powerful math engine on their mobile devices.
This project is a collection of code to help you build the native libraries required for building and running the octave runtime libraries. Interested parties are encouraged to augment the code with a JNI bridge and build an intuitive user interface.
Currently, the code is maintained as a single tarball, but it would be nice to have it maintained as a separate series of patches. Incorporating that in with the Android SCM system would also be helpful. Volounteers are welcome!
Note: Octave is licensed under the GPLv3, while other components (e.g. f2c, lapack, clapack, etc) might be alternatively li