jSciPy

A Java library for scientific computing, inspired by SciPy.

View Javadoc View on GitHub

Overview

jSciPy fills the gap in the Java ecosystem for a comprehensive scientific computing library similar to Python's SciPy. It provides robust implementations for signal processing, optimization, and more.

Features

Getting Started

Add the dependency via JitPack:

repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.hissain:jSciPy:1.1.0'
}
    

Documentation

Explore the full API Documentation (Javadoc) to learn about all available classes and methods.

License

This project is licensed under the MIT License.