OpenIndy-Math is the math library used in OpenIndy and its plugins. It is implemented as a wrapper and internally uses third party linear algebra libraries. At the moment amadillo c++ linear algebra library is used but this can easily be switched to another library.
OpenIndy-Math is developed with the Qt framework (Qt libs + Qt Creator IDE). You can download the framework here.
The easiest way to build OpenIndy-Math is to use the Qt Creator. You can build OpenIndy-Math in debug or release mode.
If using Linux:
- Use the Terminal (command line):
sudo apt-get install liblapack-dev
If using Windows:
- Copy all dll's from
lib/armadillo-3.910.0/examples/lib_win64tobin/debug||bin/releasefolder of the OpenIndy executable
If using Mac OS:
- Copy
lib/armadillo-3.910.0/examples/framework_mac/Accelerate.frameworkto the Mac OS Library/Library/Frameworks