Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2017. The current version is 1.89.0.
The State Wrapper
concept describes the way odeint creates temporary state objects to store
intermediate results within the stepper's do_step
methods.
State
A type that is the state_type
of the ODE
WrappedState
A type that is a model of State Wrapper for the state type State.
x
Object of type State
w
Object of type WrappedState
|
Name |
Expression |
Type |
Semantics |
|---|---|---|---|
|
Get resizeability |
|
|
Returns |
|
Create |
|
|
Creates the type for a |
|
Constructor |
|
|
Constructs a state wrapper with an empty state |
|
Copy Constructor |
|
|
Constructs a state wrapper with a state of the same size as the
state in |
|
Get state |
|
|
Returns the |