Package wsh.opt
Interface ScalarSolver.Function
- 
- Enclosing class:
 - ScalarSolver
 
public static interface ScalarSolver.FunctionImplement a function of one variable to be minimized 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublefunction(double scalar)Return a single value as a function of the argument 
 -