Interface Function
- 
- All Known Implementing Classes:
 NegLogLikelihood,ParallelNegLogLikelihood,QNMinimizer.L2RegFunction
public interface FunctionInterface for a function 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDimension()double[]gradientAt(double[] x)doublevalueAt(double[] x) 
 -