public static interface MathArrays.Function
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 (c) 2003-2014 Apache Software Foundation