/m4rjni

Java JNI bindings for m4ri finite field linear algebra library

Primary LanguageJavaApache License 2.0Apache-2.0

m4rjni

Java JNI bindings for m4ri finite field linear algebra library

API Documentation

Javadoc

Quickstart

  1. Build the attached m4ri library from source (if necessary)

ant m4ri

  1. Built the JNI bindings

ant

  1. Test that it runs

./testrun.sh

  1. Run unit tests

ant test

  1. build the jar file

ant jar