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
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.numericalmethod.suanshu.analysis.differentiation.differentiability
Interface C1
All Known Subinterfaces:
C2
,
C2OptimProblem
All Known Implementing Classes:
C2OptimProblemImpl
public interface
C1
A function,
f
, is said to be of class C
1
if the derivative
f'
exists.
See Also:
Wikipedia: Smooth function
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and 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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method