odeint

所属分类:数值算法/人工智能
开发工具:Visual C++
文件大小:13KB
下载次数:28
上传日期:2009-11-23 15:27:37
上 传 者pearline
说明:  Solving ordinary differential equations in C++development
(This article introduces the C++ framework odeint for solving ordinary differential equations (ODEs), which is based on template meta-programming. I think this framework 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.)

文件列表:
odeint (0, 2009-11-10)
odeint\lorenz_integrate_constant_step.cpp (2007, 2009-11-07)
odeint\Makefile (260, 2009-11-10)
odeint\lorenz_stepper.cpp (2105, 2009-11-08)
odeint\lorenz_controlled.cpp (1615, 2009-11-07)
odeint\odeint.hpp (535, 2009-11-07)
odeint\odeint (0, 2009-11-10)
odeint\odeint\euler.hpp (1975, 2009-11-10)
odeint\odeint\detail (0, 2009-11-07)
odeint\odeint\detail\iterator_algebra.hpp (2363, 2009-11-07)
odeint\odeint\integrator_constant_step.hpp (1305, 2009-11-07)
odeint\odeint\runge_kutta_4.hpp (2798, 2009-11-10)
odeint\odeint\integrator.hpp (6793, 2009-11-07)
odeint\odeint\resizer.hpp (1627, 2009-11-07)
odeint\odeint\stepper_half_step.hpp (3157, 2009-11-10)
odeint\odeint\stepsize_controller_standard.hpp (2635, 2009-11-07)
odeint\lorenz_simple.cpp (1576, 2009-11-08)

近期下载者

相关文件


收藏者