This class defines a set of {@link SecondaryEquations secondary equations} tocompute the Jacobian matrices with respect to the initial state vector and, if any, to some parameters of the primary ODE set.
It is intended to be packed into an {@link ExpandableStatefulODE}in conjunction with a primary set of ODE, which may be:
- a {@link FirstOrderDifferentialEquations}
- a {@link MainStateJacobianProvider}
In order to compute Jacobian matrices with respect to some parameters of the primary ODE set, the following parameter Jacobian providers may be set:
- a {@link ParameterJacobianProvider}
- a {@link ParameterizedODE}
@see ExpandableStatefulODE
@see FirstOrderDifferentialEquations
@see MainStateJacobianProvider
@see ParameterJacobianProvider
@see ParameterizedODE
@since 3.0