bdeSetJacobianMethod
Takes model and method and sets the Jacobian method to be used.
Syntax
bdeSetJacobianMethod(model, method)
Inputs
- model
- Model of which the Jacobian method is being set.
- method
- Value to set the Jacobian method to. Uses 1 for analytical and 2 for numerical.
Examples
model = bdeGetCurrentModel();
bdeSetJacobianMethod(model, method)