Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 420 Bytes

science4j

This is a collection of best scientific libraries for java

gsl4j

This is a java implementation of the popular GNU Scientific Library (GSL) wihch utilizes Java Native Interface (JNI) to call C/C++ functions of GSL to perform computation.

gsl4j_c

This is the C/C++ binding of gsl4j

pyplot4j

A simple wrapper for matplotlib.pyplot library. Installation of python, numpy, and matplotlib is required.