Uses of Interface
com.imsl.math.MinConNLP.Function
Packages that use MinConNLP.Function
Package
Description
Mathematical functions and algorithms.
Math examples.
-
Uses of MinConNLP.Function in com.imsl.math
Subinterfaces of MinConNLP.Function in com.imsl.mathModifier and TypeInterfaceDescriptionstatic interfacePublic interface for the user supplied function to compute the gradient forMinConNLPobject.Methods in com.imsl.math with parameters of type MinConNLP.FunctionModifier and TypeMethodDescriptiondouble[]MinConNLP.solve(MinConNLP.Function F) Solve a general nonlinear programming problem using the successive quadratic programming algorithm with a finite-difference gradient or with a user-supplied gradient. -
Uses of MinConNLP.Function in com.imsl.test.example.math
Classes in com.imsl.test.example.math that implement MinConNLP.FunctionModifier and TypeClassDescriptionclassSolves a nonlinear programming problem using a finite difference gradient.classMinConNLP Example 2: Solves a general nonlinear programming problem with a user supplied gradient.classMinConNLP Example 3: Solves a general nonlinear programming problem using a finite difference gradient.