Uses of Interface
com.imsl.math.MinConNonlin.Function
Packages that use MinConNonlin.Function
-
Uses of MinConNonlin.Function in com.imsl.math
Subinterfaces of MinConNonlin.Function in com.imsl.mathMethods in com.imsl.math with parameters of type MinConNonlin.FunctionModifier and TypeMethodDescriptiondouble[]MinConNonlin.solve(MinConNonlin.Function F) Deprecated.Solve a general nonlinear programming problem using the successive quadratic programming algorithm with a finite-difference gradient or with a user-supplied gradient.
MinConNonlinhas been replaced byMinConNLP.