roadrunner  2.6.0
Fast simulator for SBML models
SensitivitySolverFactory.h
1 //
2 // Created by Ciaran on 15/07/2021.
3 //
4 
5 #ifndef ROADRUNNER_SENSITIVITYSOLVERFACTORY_H
6 #define ROADRUNNER_SENSITIVITYSOLVERFACTORY_H
7 
8 #include "RegistrationFactory.h"
9 #include "ForwardSensitivitySolver.h"
10 
11 namespace rr {
12 
20  class RR_DECLSPEC SensitivitySolverFactory
21  : public RegistrationFactory {
22  public:
23 
24  static SensitivitySolverFactory &getInstance();
25 
26  static void Register();
27  };
28 }
29 
30 #endif //ROADRUNNER_SENSITIVITYSOLVERFACTORY_H
Constructs new integrators.
Definition: RegistrationFactory.h:29
Constructs new integrators.
Definition: SensitivitySolverFactory.h:21