Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Mathimatics-Numerical algorithms
Title: odeint Download
 Description: 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.
 Downloaders recently: [More information of uploader pearline2009]
 To Search:
File list (Check if you may need any files):
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
    

CodeBus www.codebus.net