JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
Utils.Optimize
Interface SingleDoubleValue
public interface
SingleDoubleValue
Represents a function that can be optimized. Takes a single double as input
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
double
value
(double v)
Returns the value of a function
Method Detail
value
double value(double v)
Returns the value of a function
Parameters:
v
- The input parameter
Returns:
The value of the function
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method