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