| 
 | org.codehaus.gpars | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public static interface ParallelDoubleArray.SummaryStatistics
Summary statistics for a possibly bounded, filtered, and/or mapped ParallelDoubleArray.
| Method Summary | |
|---|---|
| double | average() | 
| int | indexOfMax()Returns the arithmetic average of all elements | 
| int | indexOfMin()Returns the sum of all elements | 
| double | max()Returns the index of the maximum element, or -1 if empty | 
| double | min()Returns the index of the minimum element, or -1 if empty | 
| int | size()Returns the maximum element, or -Double.MAX_VALUE if empty | 
| double | sum() | 
| Method Detail | 
|---|
public double average()
public int indexOfMax()
public int indexOfMin()
public double max()
public double min()
public int size()
public double sum()
Copyright © 2008–2013 Václav Pech. All Rights Reserved.