Click or drag to resize
OdeAdamsGearSolveOption Enumeration
Solve option.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum SolveOption
Members
  Member nameValueDescription
FunctionIteration1 Use a function iteration or successive substitution method.
ChordUserJacobian2 Use a chord or modified Newton method and a user-supplied Jacobian.
ChordComputedJacobian3 Use a chord or modified Newton method and a Jacobian approximated by divided differences.
ChordComputedDiagonal4 Use a chord method and a diagonal matrix based on a directional directive.
See Also