Interface C2
-
- All Superinterfaces:
C1
- All Known Subinterfaces:
C2OptimProblem
- All Known Implementing Classes:
C2OptimProblemImpl
public interface C2 extends C1
A function, f, is said to be of class C2 if the first and second derivatives, f' and f'', exist.- See Also:
- Wikipedia: Smooth function
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RntoMatrix
H()
Get the Hessian matrix function, H, of a real valued function f.
-
-
-
Method Detail
-
H
RntoMatrix H()
Get the Hessian matrix function, H, of a real valued function f.- Returns:
- the Hessian matrix function
-
-