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
maspack.function
Interface SISOFunction
All Known Subinterfaces:
Function1x1
,
InvertibleSISOFunction
All Known Implementing Classes:
ConstantFuntion1x1
,
GaussianFunction1x1
public interface
SISOFunction
Single-input single-output
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
eval
(double x)
Evaluates the function at a prescribed input value.
Method Detail
eval
double eval(double x)
Evaluates the function at a prescribed input value.
Parameters:
x
- input value
Returns:
function output value
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