Package jsl.utilities.rootfinding
Class SATestFunction
- java.lang.Object
-
- jsl.utilities.rootfinding.SATestFunction
-
- All Implemented Interfaces:
FunctionIfc
public class SATestFunction extends java.lang.Object implements FunctionIfc
-
-
Field Summary
Fields Modifier and Type Field Description protected RVariableIfc
myNoise
-
Constructor Summary
Constructors Constructor Description SATestFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
fx(double x)
Returns the value of the function for the specified variable value.static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
myNoise
protected RVariableIfc myNoise
-
-
Method Detail
-
fx
public double fx(double x)
Description copied from interface:FunctionIfc
Returns the value of the function for the specified variable value.- Specified by:
fx
in interfaceFunctionIfc
- Parameters:
x
- the input value- Returns:
- the function value
-
main
public static void main(java.lang.String[] args)
- Parameters:
args
-
-
-