public class GainExpFunction extends CMLFunctionExpressionAdapter
| Constructor and Description |
|---|
GainExpFunction(double k)
constructor
|
| 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
|
addInputExp, 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 only array [uAry]InterpssException