High-order ODE solvers as C++ classes with no dependencies
☆47Jun 6, 2024Updated last year
Alternatives and similar repositories for libode
Users that are interested in libode are comparing it to the libraries listed below
Sorting:
- Rehuel is a simple C++11 library for solving ordinary differential equations with (implicit) Runge-Kutta methods.☆17Apr 13, 2025Updated 11 months ago
- LSODA solver in C++☆22Aug 17, 2025Updated 7 months ago
- 常微分方程式の数値解法の基礎.(教材)☆23Mar 27, 2018Updated 7 years ago
- The LSODA algorithm for differential equations as a shared library☆36Jun 19, 2018Updated 7 years ago
- Prototype implementations of the orders 2 and 4 of the Runge-Kutta method in C++, CUDA and OpenCL applied to vector fields.☆18Jan 10, 2017Updated 9 years ago
- Boost.odeint☆52Mar 11, 2026Updated last week
- Runge-Kutta-Fehlberg 7(8) numerical method for celestial dynamics on C++☆23May 21, 2016Updated 9 years ago
- Modern Fortran implementation of the DDEABM Adams-Bashforth algorithm☆42Jan 19, 2025Updated last year
- odeint - solving ordinary differential equations in c++ v2☆354Nov 9, 2019Updated 6 years ago
- Monte Carlo Method to Solve Laplace and Poisson Equations with example for EE447 High Voltage Engineering☆16Oct 4, 2023Updated 2 years ago
- Modern Fortran Edition of Hairer's DOP853 ODE Solver. An explicit Runge-Kutta method of order 8(5,3) for problems y'=f(x,y); with dense o…☆55Jan 29, 2023Updated 3 years ago
- Cookiecutter template for a Fortran project with CMake build☆11Oct 14, 2022Updated 3 years ago
- A collection of explicit runge-kutta integrators, written in C++☆48Feb 20, 2016Updated 10 years ago
- Final project for ASEN 6020 Statistical Orbit Determination. Uses Unscented Kalman Filter to estimate spacecraft state with unknown pertu…