diff --git a/doc/boost_sandbox_numeric_odeint/concepts.html b/doc/boost_sandbox_numeric_odeint/concepts.html index 4b916cc1..47bf8e5f 100644 --- a/doc/boost_sandbox_numeric_odeint/concepts.html +++ b/doc/boost_sandbox_numeric_odeint/concepts.html @@ -3,8 +3,8 @@
| - | Copyright © 2009 -2011 Karsten Ahnert and Mario Mulansky + Copyright © 2009-2011 Karsten Ahnert
+ and Mario Mulansky Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/boost_sandbox_numeric_odeint/concepts/controlled_stepper.html b/doc/boost_sandbox_numeric_odeint/concepts/controlled_stepper.html index 104f5f29..37af938a 100644 --- a/doc/boost_sandbox_numeric_odeint/concepts/controlled_stepper.html +++ b/doc/boost_sandbox_numeric_odeint/concepts/controlled_stepper.html @@ -3,8 +3,8 @@
+
Controlled
Stepper
@@ -26,7 +26,7 @@
functions.
|
| - | Copyright © 2009 -2011 Karsten Ahnert and Mario Mulansky + Copyright © 2009-2011 Karsten Ahnert
+ and Mario Mulansky Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/boost_sandbox_numeric_odeint/concepts/dense_output_stepper.html b/doc/boost_sandbox_numeric_odeint/concepts/dense_output_stepper.html index 7ead6367..e0c1f1eb 100644 --- a/doc/boost_sandbox_numeric_odeint/concepts/dense_output_stepper.html +++ b/doc/boost_sandbox_numeric_odeint/concepts/dense_output_stepper.html @@ -3,8 +3,8 @@
+
Dense
Output Stepper
@@ -26,7 +26,7 @@
functions.
|
dense_output_controlled_explicit_fsal< controlled_error_stepper_fsal< runge_kutta_dopri5
>
bulirsch_stoer_dense_out
| - | Copyright © 2009 -2011 Karsten Ahnert and Mario Mulansky + Copyright © 2009-2011 Karsten Ahnert
+ and Mario Mulansky Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/boost_sandbox_numeric_odeint/concepts/error_stepper.html b/doc/boost_sandbox_numeric_odeint/concepts/error_stepper.html index 8b8ece9e..df087109 100644 --- a/doc/boost_sandbox_numeric_odeint/concepts/error_stepper.html +++ b/doc/boost_sandbox_numeric_odeint/concepts/error_stepper.html @@ -3,8 +3,8 @@
+
Error
Stepper
@@ -25,7 +25,7 @@
be used within a ControlledErrorStepper.
|
| - | Copyright © 2009 -2011 Karsten Ahnert and Mario Mulansky + Copyright © 2009-2011 Karsten Ahnert
+ and Mario Mulansky
-Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/boost_sandbox_numeric_odeint/concepts/implicit_system.html b/doc/boost_sandbox_numeric_odeint/concepts/implicit_system.html index 4610c182..c25b7a9d 100644 --- a/doc/boost_sandbox_numeric_odeint/concepts/implicit_system.html +++ b/doc/boost_sandbox_numeric_odeint/concepts/implicit_system.html @@ -3,8 +3,8 @@
+
- + DescriptionThis concept describes how to define a ODE that can be solved by an implicit routine. Implicit routines need not only the function f(x,t) - but also the Jacobian /dfdx = A(x,t). A + but also the Jacobian df/dx = A(x,t). A is a matrix and implicit routines need to solve the linear problem Ax = b. In odeint this is implemented with use of Boost.UBlas, therefore, the state_type implicit routines is ublas::vector and the matrix is defined as ublas::matrix. - + Notation
@@ -71,7 +71,7 @@
- + Valid Expressions@@ -162,7 +162,8 @@
+ Pre-Defined implementations @@ -746,7 +743,7 @@ |
| - | Copyright © 2009 -2011 Karsten Ahnert and Mario Mulansky + Copyright © 2009-2011 Karsten Ahnert
+ and Mario Mulansky Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/boost_sandbox_numeric_odeint/concepts/state_wrapper.html b/doc/boost_sandbox_numeric_odeint/concepts/state_wrapper.html index af174459..9733f965 100644 --- a/doc/boost_sandbox_numeric_odeint/concepts/state_wrapper.html +++ b/doc/boost_sandbox_numeric_odeint/concepts/state_wrapper.html @@ -3,8 +3,8 @@
+
- + Description@@ -31,7 +31,7 @@ methods. - + Notation
@@ -57,7 +57,7 @@
- + Valid Expressions@@ -267,7 +267,8 @@
- + Models-
|



