|
DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Public Member Functions | |
| LorenzSystem (double s, double r, double b) | |
| void | operator() (std::vector< double > &dx, const std::vector< double > &x, double t) const |
Public Attributes | |
| double | sigma |
| double | rho |
| double | beta |
Definition at line 211 of file advanced_asio_integration.cpp.
|
inline |
Definition at line 214 of file advanced_asio_integration.cpp.
|
inline |
Definition at line 216 of file advanced_asio_integration.cpp.
| double LorenzSystem::beta |
Definition at line 212 of file advanced_asio_integration.cpp.
| double LorenzSystem::rho |
Definition at line 212 of file advanced_asio_integration.cpp.
| double LorenzSystem::sigma |
Definition at line 212 of file advanced_asio_integration.cpp.