Uses of Interface
com.imsl.math.MinUncon.Function
Packages that use MinUncon.Function
Package
Description
Mathematical functions and algorithms.
Math examples.
-
Uses of MinUncon.Function in com.imsl.math
Subinterfaces of MinUncon.Function in com.imsl.mathModifier and TypeInterfaceDescriptionstatic interfacePublic interface for the user supplied function to theMinUnconobject.Methods in com.imsl.math with parameters of type MinUncon.FunctionModifier and TypeMethodDescriptiondoubleMinUncon.computeMin(MinUncon.Function F) Return the minimum of a smooth function of a single variable of typedoubleusing function values only or using function values and derivatives. -
Uses of MinUncon.Function in com.imsl.test.example.math
Classes in com.imsl.test.example.math that implement MinUncon.FunctionModifier and TypeClassDescriptionclassMinUncon Example 2: Minimizes a single variable function using the analytic derivative.