oangelo / Proxime

Methods to integrate and analyze ordinary differential equations.
1 stars 0 forks source link

Proxime - Ordinary Differential Equation Integration and Analysis

This project intends to offer the time evolution of various models, and also some characteristics values or visualizations of the model orbits. However, this project will not offer time series analysis tools, since here the focus are models. Nevertheless, these model may be very useful to generate data to test and develop time series analysis tools.

This lib has the following:

Numerical methods:

These models:

These Analysis:

Installation

This will install the header files(.h) to /usr/include and library files(.so) to /usr/lib and the binary to /usr/bin.

Installation steps:

  1. make
  2. sudo make install

Code directives