- boost.ODEInt - https://www.boost.org/doc/libs/1_86_0/boost/numeric/odeint.hpp
- Armadillo - C++ library for linear algebra & scientific computing - https://arma.sourceforge.net/faq.html
- GSL (GNU Scientific Library) - The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License - https://www.gnu.org/savannah-checkouts/non-gnu/gsl-shell/doc/ode.html
How to implement ode15 in c++ ?
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I would like to know if there exist some library in c++ which can easily implement the ode15 solver in c++.
Any suggestion it is well accepted .
0 commentaires
Réponses (1)
Anjaneyulu Bairi
le 29 Oct 2024 à 10:30
Hi,
You can use the below libraries in C++, which provide similar functionality for solving ODEs.
Visit the links mentioned above to know more information on libraries.
I hope this helps!
0 commentaires
Voir également
Catégories
En savoir plus sur Numerical Integration and Differential Equations dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!