public class FracAggrFunction extends java.lang.Object implements SimpleFunction<double[],java.lang.Double>
| Constructor and Description |
|---|
FracAggrFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
eval(double[] x)
Evaluates the function for the given element.
|
public java.lang.Double eval(double[] x)
SimpleFunctioneval in interface SimpleFunction<double[],java.lang.Double>x - some element