Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
com.imsl.test.example.math |
Math examples.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
MinUncon.Derivative
Public interface for the user supplied function to the
MinUncon object. |
Modifier and Type | Method and Description |
---|---|
double |
MinUncon.computeMin(MinUncon.Function F)
Return the minimum of a smooth function of a single variable of type
double
using function values only or using function values and derivatives. |
Modifier and Type | Class and Description |
---|---|
class |
MinUnconEx2
MinUncon Example 2: Minimizes a single variable function
using the analytic derivative.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.