mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 22:48:50 +00:00
merging odeint from trunk
[SVN r81811]
This commit is contained in:
parent
46d33f400b
commit
9ff68d934a
5 changed files with 9 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -390,6 +390,10 @@
|
|||
path = libs/ratio
|
||||
url = ../ratio.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "odeint"]
|
||||
path = libs/numeric/odeint
|
||||
url = ../odeint.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "geometry"]
|
||||
path = libs/geometry
|
||||
url = ../geometry.git
|
||||
|
|
|
@ -226,6 +226,7 @@ how to download, build, and install the libraries.</p>
|
|||
for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.</li>
|
||||
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
|
||||
from Fernando Cacciola.</li>
|
||||
<li><a href="numeric/odeint/index.html">odeint</a> - Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.</li>
|
||||
<li><a href="utility/operators.htm">operators</a> - Templates
|
||||
ease arithmetic classes and iterators, from Dave Abrahams
|
||||
and Jeremy Siek.</li>
|
||||
|
@ -703,6 +704,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.</li>
|
||||
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
|
||||
from Fernando </li>
|
||||
<li><a href="numeric/odeint/index.html">odeint</a> - Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.</li>
|
||||
<li><a href="utility/operators.htm">operators</a> - Templates
|
||||
ease arithmetic classes and iterators, from Dave Abrahams
|
||||
and Jeremy Siek.</li>
|
||||
|
|
|
@ -68,6 +68,7 @@ multi_index Joaquin M Lopez Munoz <joaquin -at- tid.es>
|
|||
multiprecision John Maddock <john -at- johnmaddock.co.uk>, christopher Kormanyos <e_float -at- yahoo.com>
|
||||
numeric/conversion Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>, Brandon Kohn <blkohn -at- hotmail.com>
|
||||
numeric/interval Sylvain Pion <Sylvain.Pion -at- sophia.inria.fr>, Herve Bronnimann <hbr -at- poly.edu>, Guillaume Melquiond <guillaume.melquiond -at- ens-lyon.fr>
|
||||
numeric/odeint Karsten Ahnert <karsten.ahnert -at- gmx.de>, Mario Mulansky <mario.mulansky -at- gmx.net>
|
||||
numeric/ublas Michael Stevens <michael -at- michael-stevens.de>
|
||||
optional Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>
|
||||
operators Daniel Frey <d.frey -at- gmx.de>
|
||||
|
|
1
libs/numeric/odeint
Submodule
1
libs/numeric/odeint
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b1898634df5530a8f392bd36fb49346aecfe9407
|
|
@ -110,6 +110,7 @@ run-tests libs :
|
|||
msm/test # msm-unit-tests
|
||||
numeric/conversion/test # test-suite numeric/conversion
|
||||
numeric/interval/test # test-suite numeric/interval
|
||||
numeric/odeint/test # test-suite numeric/odeint
|
||||
numeric/ublas/test # test-suite numeirc/uBLAS
|
||||
multi_array/test # test-suite multi_array
|
||||
multi_index/test # test-suite multi_index
|
||||
|
|
Loading…
Add table
Reference in a new issue