Java Matrix Benchmark (JMatBench) is a tool used to evaluate the runtime performance, stability, and memory efficiency of linear algebra libraries at performing dense real operations.
WARNING The latest version is a major modification from the past and isn't fully functional yet
JMatBench is designed to be run as a command line application. As much of the process has been automated as possible, however a few libraries aren't on Maven central so you need to download their jars manually and place them in the libraries "libs/" directory. Instructions for where to download the latest jar is typically provided in the "libs/source.txt". After those jars have been downloaded gradle will be able to compile the project.
sudo apt-get install libblas-dev liblapack-dev
Create a file called "email_login.txt". DO NOT ADD TO GIT.
This is configured for gmail only right now. You need to turn on "Allow less secure apps" by going to https://myaccount.google.com/security
This project and all its source code is released under the GNU GENERAL PUBLIC LICENSE version 3 license.