DiffEq
Contents:
Library API
diffeq Examples
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
DiffEq
Library API
Template Function diffeq::signal::make_signal_processor(std::shared_ptr<AsyncIntegrator<S, T>>)
View page source
Template Function diffeq::signal::make_signal_processor(std::shared_ptr<AsyncIntegrator<S, T>>)
Defined in
File signal_processor_old.hpp
Function Documentation
template
<
system_state
S
,
can_be_time
T
=
double
>
auto
diffeq
::
signal
::
make_signal_processor
(
std
::
shared_ptr
<
AsyncIntegrator
<
S
,
T
>
>
integrator
)
Factory function for creating signal processors.