Changes between Version 106 and Version 107 of LibrariesUnderConstruction


Ignore:
Timestamp:
Apr 27, 2010, 9:26:21 PM (12 years ago)
Author:
viboes
Comment:

Added Numeric.Odeint

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v106 v107  
    741741
    742742---------------------------------------------------------------------------------------------------
     743== Boost.Numeric.Odeint ==
     744 * '''Author(s):'''  Karsten Ahnert, Mario Mulansky
     745 * '''Version:'''
     746 * '''State:'''
     747 * '''Last upload:''' 2010, April 27
     748 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/odeint/
     749 Boost Sandbox] [http://svn.boost.org/svn/boost/sandbox/odeint/libs/numeric/odeint/doc/html/index.html Documentation]
     750 * '''Categories:''' [#MathAndNumerics Math And Numerics]
     751 * '''Description:''' Odeint is a library for solving initial value problems (IVP) of ordinary differential equations. Mathematically, these problems are formulated as follows: x'(t) = f(x,t), x(0) = x0. x and f can be vectors and the solution is some function x(t) fullfilling both equations above. Numerical approximations for the solution x(t) are calculated iteratively. The easiest algorithm is the Euler-Scheme, where starting at x(0) one finds x(dt) = x(0) + dt*f(x(0),0). Now one can use x(dt) and obtain x(2dt) in a similar way and so on. The Euler method is of order 1, that means the error at each step is ~ dt[superscript 2]. This is, of course, not very satisfying, which is why the Euler method is merely used for real life problems and serves just as illustrative example.
     752
     753---------------------------------------------------------------------------------------------------
    743754== Boost.!NumericBindings ==
    744755 * '''Author(s):'''  Rutger ter Borg, Karl Meerbergen, Krešimir Fresl, and Toon Knapen
     
    16191630 * [#Boost.Euclid Boost.Euclid]
    16201631 * [#Boost.Geometry Boost.Geometry]
     1632 * [#Boost.Numeric.Odeint Boost.Numeric.Odeint]
    16211633 * [#Boost.NumericBindings Boost.NumericBindings]
    16221634 * [#Boost.Polygon Boost.Polygon]