#include <system_identification.h>
◆ push_back_state_and_time()
SystemIdentification::push_back_state_and_time::push_back_state_and_time |
( |
std::vector< state_type > & |
states, |
|
|
std::vector< double > & |
times, |
|
|
bool |
resample = false , |
|
|
double |
timeStep = 0 , |
|
|
size_t |
size = 0 |
|
) |
| |
|
inline |
◆ operator()()
void SystemIdentification::push_back_state_and_time::operator() |
( |
const state_type & |
x, |
|
|
double |
t |
|
) |
| |
|
inline |
◆ m_resample
bool SystemIdentification::push_back_state_and_time::m_resample |
◆ m_size
size_t SystemIdentification::push_back_state_and_time::m_size |
◆ m_states
std::vector<state_type>& SystemIdentification::push_back_state_and_time::m_states |
◆ m_times
std::vector<double>& SystemIdentification::push_back_state_and_time::m_times |
◆ m_timeStep
double SystemIdentification::push_back_state_and_time::m_timeStep |
The documentation for this struct was generated from the following file: