DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Ndiffeq
 Nasync
 CAsyncExecutorSimple async executor using standard C++ facilities only
 CAsyncIntegratorLightweight async integrator wrapper
 CEventSimple event data structure
 Ncore
 Ncomposable
 CAbstractIntegrator
 CAdaptiveIntegrator
 CIntegrationResultResult of a timeout-enabled integration
 CIntegrationTimeoutExceptionException thrown when integration times out
 CTimeoutConfigConfiguration for timeout-enabled integration
 CTimeoutIntegratorTimeout-enabled integration wrapper
 Ninterfaces
 CIntegrationInterfaceGeneral interface for ODE integration with real-time signal processing
 Nrealtime
 CCustomExecutorCustom executor for async operations when std::execution is not available
 CRealtimeIntegratorReal-time integrator with signal processing capabilities
 CRealtimeSignalReal-time signal structure for inter-process communication
 Nsde
 CAbstractSDEIntegratorAbstract base class for SDE integrators
 CSDEProblemSDE problem definition
 CWienerProcessWiener process (Brownian motion) generator
 Nsignal
 CSignalGeneric signal data structure
 CSignalGeneratorTimer-based signal generator for testing
 CSignalProcessorSimple signal processor
 CBDFIntegratorBDF (Backward Differentiation Formula) integrator
 CDOP853DenseOutputHelper
 CDOP853IntegratorDOP853 (Dormand-Prince 8(5,3)) adaptive integrator
 CEulerIntegratorForward Euler integrator
 CEulerMaruyamaIntegratorEuler-Maruyama method for SDEs
 CImplicitEulerMaruyamaIntegratorImplicit Euler-Maruyama method
 CImprovedEulerIntegratorImproved Euler (Heun's method) integrator
 CIState
 CLSODAIntegratorLSODA integrator - automatically switches between stiff and non-stiff methods
 CMilsteinIntegratorMilstein method for SDEs
 CRK23IntegratorRK23 (Bogacki-Shampine) adaptive integrator
 CRK45IntegratorRK45 (Runge-Kutta-Fehlberg 4(5)) adaptive integrator
 CRK4IntegratorClassical 4th-order Runge-Kutta integrator
 CSimpleBDF1IntegratorSimple BDF1 (Backward Euler) integrator for debugging
 CSOSRAIntegratorSOSRA (Stability-Optimized SRA) integrator
 CSOSRIIntegratorSOSRI (Stability-Optimized SRI) integrator
 CSRA1IntegratorSRA1 integrator variant
 CSRA2IntegratorSRA2 integrator variant
 CSRAIntegratorSRA (Stochastic Runge-Kutta for additive noise SDEs) integrator
 CSRATableauTableau coefficients for SRA methods
 CSRI1IntegratorStochastic Runge-Kutta method (SRI1)
 CSRIIntegratorSRI (Stochastic Runge-Kutta for general Itô SDEs) integrator
 CSRITableauTableau coefficients for SRI methods
 CSRIW1IntegratorSRIW1 integrator variant
 CXTensorAdapter
 Nhardware_benchmarkHardware Benchmarking Example
 CExponentialDecay
 Nrobotics_controlRobotics Control Systems Example
 CRobotArmSystem
 Nstochastic_researchStochastic Process Research Example
 CGeometricBrownianMotion
 CAdvancedAsioIntegrationManager高级异步积分管理器 - 支持自适应参数优化
 CAsioIntegrationManager使用 boost.asio 的异步积分器包装器
 CChaosObjective
 CCoroutineIntegrator将积分器包装为协程,支持细粒度控制
 CCoroutineScheduler简单的协程任务调度器
 CDataAnalyzer
 CGradientDescentOptimizer
 CIntegrationTaskC++20 协程与 diffeq 库集成示例
 Cpromise_type
 CLorenzSystem
 COptimizationVisualizer
 CParameterizedSystem
 CParameterOptimizer
 CSimpleSystem标准库异步积分示例
 CStateCreator
 CTimedSuspend可等待的延迟对象,用于协程中的定时暂停
 CTrajectorySaver
 CVanderPolOscillator