DiffEq
Contents:
Library API
diffeq Examples
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
DiffEq
Library API
Template Function diffeq::realtime::factory::make_realtime_rk45
View page source
Template Function diffeq::realtime::factory::make_realtime_rk45
Defined in
File realtime_integrator.hpp
Function Documentation
template
<
system_state
S
,
can_be_time
T
=
double
>
auto
diffeq
::
realtime
::
factory
::
make_realtime_rk45
(
typename
core
::
AbstractIntegrator
<
S
,
T
>
::
system_function
sys
,
typename
RealtimeIntegrator
<
S
,
T
>
::
RealtimeConfig
config
=
{
}
,
T
rtol
=
static_cast
<
T
>
(
1e-6
)
,
T
atol
=
static_cast
<
T
>
(
1e-9
)
)