PrevUpHomeNext

boost odeint: c++ Differential Equation, introduce


boost odeint is an ordinary differential equation c++ library. c++ odeint: Ordinary Differential Equation, Integral.

Domain: Mathematics.

odeint is a c++ boost library for sovling initial value problems (ivp) of ode.

x'(t) := f(x, t)	x(0) := x0

where x'(t) := f(x, t) is a system of ordinary differential equations.

https://www.boost.org/doc/libs/latest/libs/numeric/odeint/doc/html/index.html

Date

Sat Jun 7 04:51:08 AM UTC 2025

Back

Up

Web

Home


PrevUpHomeNext