|
void | analyze_and_adjust_parameters (const std::vector< double > &final_state, double final_time) |
| 分析轨迹数据并调整参数
|
|
const std::vector< std::pair< std::vector< double >, double > > & | get_trajectory_data () const |
| 获取分析结果
|
|
void | analyze_result (const std::vector< double > &final_state, double final_time) |
|
const std::vector< std::pair< std::vector< double >, double > > & | get_data () const |
|
Definition at line 180 of file asio_integration_demo.cpp.
◆ analyze_and_adjust_parameters()
void DataAnalyzer::analyze_and_adjust_parameters |
( |
const std::vector< double > & |
final_state, |
|
|
double |
final_time |
|
) |
| |
|
inline |
◆ analyze_result()
void DataAnalyzer::analyze_result |
( |
const std::vector< double > & |
final_state, |
|
|
double |
final_time |
|
) |
| |
|
inline |
◆ get_data()
const std::vector< std::pair< std::vector< double >, double > > & DataAnalyzer::get_data |
( |
| ) |
const |
|
inline |
◆ get_trajectory_data()
const std::vector< std::pair< std::vector< double >, double > > & DataAnalyzer::get_trajectory_data |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: