文件名称:odeint
介绍说明--下载内容均来自于网络,请自行研究使用
Solving ordinary differential equations in C++development-This article introduces the C++ fr a mework odeint for solving ordinary differential equations (ODEs), which is based on template meta-programming. I think this fr a mework has some nice advantages over existing code on ODEs, and it uses templates in a very elegant way. Furthermore, odeint has a STL-like syntax, and is independent of a specific container. The whole project lives in the boost sandbox the code presented here is more or less a snapshot of the current development.
相关搜索: differential
(系统自动生成,下载前可以参看下载内容)
下载文件列表
odeint
......\lorenz_integrate_constant_step.cpp
......\Makefile
......\lorenz_stepper.cpp
......\lorenz_controlled.cpp
......\odeint.hpp
......\odeint
......\......\euler.hpp
......\......\detail
......\......\......\iterator_algebra.hpp
......\......\integrator_constant_step.hpp
......\......\runge_kutta_4.hpp
......\......\integrator.hpp
......\......\resizer.hpp
......\......\stepper_half_step.hpp
......\......\stepsize_controller_standard.hpp
......\lorenz_simple.cpp
......\lorenz_integrate_constant_step.cpp
......\Makefile
......\lorenz_stepper.cpp
......\lorenz_controlled.cpp
......\odeint.hpp
......\odeint
......\......\euler.hpp
......\......\detail
......\......\......\iterator_algebra.hpp
......\......\integrator_constant_step.hpp
......\......\runge_kutta_4.hpp
......\......\integrator.hpp
......\......\resizer.hpp
......\......\stepper_half_step.hpp
......\......\stepsize_controller_standard.hpp
......\lorenz_simple.cpp