Conversion |
public class Evaluator
The ConversionAutocatalyticEvaluator type exposes the following members.
| Name | Description | |
|---|---|---|
| ConversionAutocatalyticEvaluator | Initializes a new instance of the ConversionAutocatalyticEvaluator class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| EvaluateJacobian | Evaluates the Jacobian matrix of the rate function with respect to the state variables. | |
| EvaluateRate(Double, Double) | Evaluates the rate function for a scalar state value. | |
| EvaluateRate(Double, Double, Double) | Evaluates the rate function for the given state and time. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Initialize | Initializes the evaluator with the parameter set. | |
| IsSameParameterSet | Checks whether the provided parameter set matches the evaluator's current set. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |