public interface PartialDerivativePropensityCalculator extends PropensityCalculator
Modifier and Type | Method and Description |
---|---|
double |
calculatePartialDerivative(int reaction,
AmountManager amount,
int reactantIndex,
double volume)
Calculates partial differentials of the propensity functions for the tau leaping methods.
|
calculatePropensity
double calculatePartialDerivative(int reaction, AmountManager amount, int reactantIndex, double volume)
reaction
- the reaction indexamount
- the AmountManager
reactantIndex
- the network index of the reactant to calculate the partial differential
forvolume
- the volume of the reaction spaceCopyright © 2007–2021. All rights reserved.