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 RVariableIfcmyNoise
-
Constructor Summary
Constructors Constructor Description SATestFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doublefx(double x)Returns the value of the function for the specified variable value.static voidmain(java.lang.String[] args)
-
-
-
Field Detail
-
myNoise
protected RVariableIfc myNoise
-
-
Method Detail
-
fx
public double fx(double x)
Description copied from interface:FunctionIfcReturns the value of the function for the specified variable value.- Specified by:
fxin interfaceFunctionIfc- Parameters:
x- the input value- Returns:
- the function value
-
main
public static void main(java.lang.String[] args)
- Parameters:
args-
-
-