public static interface MathArrays.Function
| Modifier and Type | Method and Description | 
|---|---|
| double | evaluate(double[] array)Operates on an entire array. | 
| double | evaluate(double[] array,
        int startIndex,
        int numElements) | 
double evaluate(double[] array)
array - Array to operate on.double evaluate(double[] array,
                int startIndex,
                int numElements)
array - Array to operate on.startIndex - Index of the first element to take into account.numElements - Number of elements to take into account.Copyright © 2016–2020 Hipparchus.org. All rights reserved.