Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
com.imsl.test.example.math |
Math examples.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
MinConNLP.Gradient
Public interface for the user supplied function to compute the gradient for
MinConNLP object. |
Modifier and Type | Method and Description |
---|---|
double[] |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MinConNLPEx1
Solves a nonlinear programming problem using a finite
difference gradient.
|
class |
MinConNLPEx2
MinConNLP Example 2: Solves a general nonlinear programming problem with
a user supplied gradient.
|
class |
MinConNLPEx3
MinConNLP Example 3: Solves a general nonlinear programming problem using a
finite difference gradient.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.