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
smile.math
Interface Function
All Known Subinterfaces:
DifferentiableFunction
,
RadialBasisFunction
All Known Implementing Classes:
GaussianRadialBasis
,
InverseMultiquadricRadialBasis
,
MultiquadricRadialBasis
,
ThinPlateRadialBasis
public interface
Function
An interface representing a univariate real function.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
f
(double x)
Compute the value of the function at x.
Method Detail
f
double f(double x)
Compute the value of the function at x.
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