Interface C1
-
- All Known Subinterfaces:
C2
,C2OptimProblem
- All Known Implementing Classes:
C2OptimProblemImpl
public interface C1
A function, f, is said to be of class C1 if the derivative f' exists.- See Also:
- Wikipedia: Smooth function
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RealVectorFunction
g()
Get the gradient function, g, of a real valued function f.
-
-
-
Method Detail
-
g
RealVectorFunction g()
Get the gradient function, g, of a real valued function f.- Returns:
- the gradient function
-
-