public class LowValueExpFunction extends GateValueExpFunction
| Constructor and Description |
|---|
LowValueExpFunction() |
| Modifier and Type | Method and Description |
|---|---|
double |
eval(double[][] dAry2D)
evaluate function value based on the input 2D double array.
|
double |
getU(double y)
Calculate input from the output value
|
evaladdInputExp, debugInfo, getInputExpList, hasInput, readData, writeDatapublic double getU(double y)
throws InterpssException
getU in interface ICMLFunctionBasegetU in class CMLFunctionExpressionAdapterInterpssExceptionpublic double eval(double[][] dAry2D)
throws InterpssException
eval in interface ICMLFunctionExpressioneval in class CMLFunctionExpressionAdapterdAry2D - contains two arrays [u1Ary, u2Ary]InterpssException