Uses of Interface
com.imsl.math.OdeAdamsGear.Function
Packages that use OdeAdamsGear.Function
-
Uses of OdeAdamsGear.Function in com.imsl.math
Subinterfaces of OdeAdamsGear.Function in com.imsl.mathModifier and TypeInterfaceDescriptionstatic interfacePublic interface for the user supplied function to evaluate the Jacobian matrix.Constructors in com.imsl.math with parameters of type OdeAdamsGear.FunctionModifierConstructorDescriptionOdeAdamsGear(OdeAdamsGear.Function function) Constructs an ODE solver to solve the initial value problem dy/dt = f(t,y)