|  | Variable | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe VariableOrderOdeSolver type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | VariableOrderOdeSolver | Initializes a new instance of the VariableOrderOdeSolver class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | NumberOfFunctionEvals | Gets the number of times that the function f in the differential equation y' = f(t,y) was evaluted. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Solve | Solves the given initial value problem of ordinary differential equation of the form y' = f(t,y) or y' = M(t,y)*f(t,y) for problems that involve a mass matrix M. | 
 Remarks
Remarks See Also
See Also