Y
- the type of the independent variable (input) and dependent variable (output) of the discrete function and
the type of the scalar values (elements of the field) on which to operatepublic class FunctionExpressionSupport<Y> extends FunctionExpressionSupportWithConversionAndComparator<Y,Y>
FunctionExpressionSupportWithConversionAndComparator
for expressions of
DiscreteFunction
s from Y to Y.Constructor and Description |
---|
FunctionExpressionSupport(Environment<Y> environment) |
Modifier and Type | Method and Description |
---|---|
<X> FunctionExpressionSupportWithConversionAndComparator<X,Y> |
withConversionAndComparator(Conversion<X,Y> conversion,
java.util.Comparator<X> comparator) |
averageOfF, calculateF, environment, rmsOfF, stdOfF
averageOf, averageOf, rmsOf, rmsOf, sizeOf, sizeOf, stdOf, stdOf, sumOf, sumOf, sumOfSquaresOf, sumOfSquaresOf, testIfIt
calculate, calculate, field, inverseOf, inverseOf, negativeOf, negativeOf, one, squareOf, squareOf, squareRootOf, squareRootOf, testIf, two, zero
public FunctionExpressionSupport(Environment<Y> environment)
public final <X> FunctionExpressionSupportWithConversionAndComparator<X,Y> withConversionAndComparator(Conversion<X,Y> conversion, java.util.Comparator<X> comparator)
conversion
- defines how to transform a value of X type to Y typeFunctionExpressionSupportWithConversionAndComparator
with a given Conversion
set