Giter Site home page Giter Site logo

gagatust / hipparchus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hipparchus-math/hipparchus

0.0 2.0 0.0 23.28 MB

An efficient, general-purpose mathematics components library in the Java programming language

License: Apache License 2.0

Java 99.53% R 0.40% Shell 0.03% Python 0.05% CSS 0.01%

hipparchus's Introduction

Hipparchus

License

The Hipparchus project is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language.

Documentation

More information can be found on the homepage. The JavaDoc can be browsed. Questions related to the usage of Hipparchus should be posted to the users mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories using pom.xml settings:

<properties>
  <!-- change the Hipparchus version number to the one suiting your needs -->
  <myprojectname.hipparchus.version>1.6</myprojectname.hipparchus.version>
</properties>

<dependency>
  <groupId>org.hipparchus</groupId>
  <artifactId>hipparchus-core</artifactId>
  <version>${myprojectname.hipparchus.version}</version>
</dependency>
<dependency>
  <groupId>org.hipparchus</groupId>
  <artifactId>hipparchus-clustering</artifactId>
  <version>${myprojectname.hipparchus.version}</version>
</dependency>
<dependency>
  <groupId>org.hipparchus</groupId>
  <artifactId>hipparchus-fft</artifactId>
  <version>${myprojectname.hipparchus.version}</version>
</dependency>
<dependency>
  <groupId>org.hipparchus</groupId>
  <artifactId>hipparchus-fitting</artifactId>
  <version>${myprojectname.hipparchus.version}</version>
</dependency>
<dependency>
  <groupId>org.hipparchus</groupId>
  <artifactId>hipparchus-geometry</artifactId>
  <version>${myprojectname.hipparchus.version}</version>
</dependency>
<dependency>
  <groupId>org.hipparchus</groupId>
  <artifactId>hipparchus-ode</artifactId>
  <version>${myprojectname.hipparchus.version}</version>
</dependency>
<dependency>
  <groupId>org.hipparchus</groupId>
  <artifactId>hipparchus-optim</artifactId>
  <version>${myprojectname.hipparchus.version}</version>
</dependency>
<dependency>
  <groupId>org.hipparchus</groupId>
  <artifactId>hipparchus-stat</artifactId>
  <version>${myprojectname.hipparchus.version}</version>
</dependency>

If your project previously depended on Apache Commons Math and you want to switch to Hipparchus, you can also add the temporary migration jar

<dependency>
  <groupId>org.hipparchus</groupId>
  <artifactId>hipparchus-migration</artifactId>
  <version>${myprojectname.hipparchus.version}</version>
</dependency>

Contributing

There are some guidelines which will make applying contributions easier for us. Please read through our contributing guidelines.

To contact us, there are (temporarily) two communication channels. The recommended one is a shared forum where several categories are dedicated to Hipparchus. The oldedr one is a developers mailing list. Beware that the mail-based channel is buggy (read loses messages) and unmaintained, so the forum is probably a safer channel as of release 1.6.

License

Code is under the Apache Licence v2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.