![]() |
JaRMoS
1.1
Java Reduced Model Simulations
|
Contains classes for dynamical system components. More...
Contains classes for dynamical system components.
Classes | |
class | AffineInputConv |
Class for time/parameter-affine dynamical system inputs \( B(t,\mu) = \sum\limits_{i=1}^n \theta_i(t,\mu)B_i \). More... | |
class | AffParamTimeCoreFun |
This class implements a time/parameter-affine linear core function \( A(t,\mu) = \sum\limits_{i=1}^n \theta_i(t,\mu)A_i \). More... | |
class | ConstInitialValue |
Represents a constant initial value for dynamical systems. More... | |
class | ConstInputFunction |
Implements a set of constant input functions \( u_i(t) = u_i^0 \forall t\in[0,T]\). More... | |
class | ConstMassMatrix |
Implements a constant mass matrix \( M \) of the dynamical system. More... | |
interface | ICoreFun |
Interface for any dynamical system core function. More... | |
interface | IInitialValue |
Interface for initial values of dynamical systems. More... | |
interface | IInputConv |
Interface for input conversion matrices \( B(t,\mu) \). More... | |
interface | IInputFunctions |
Interface for dynamical system input functions \( u_i(t) \). More... | |
interface | IMassMatrix |
Interface for dynamical system mass matrices \( M(t,\mu) \). More... | |
interface | IOutputConv |
Interface for dynamical system output conversion matrices \( C(t,\mu) \). More... | |
class | LinearCoreFun |
Constant linear dynamical system core function \( A \). More... | |
class | LinearInputConv |
Constant linear input conversion \( B \). More... | |
class | LinearOutputConv |
Constant linear output conversion \( C \). More... | |