public abstract class ReportingComplexFloatVector extends ComplexFloatVector
| Constructor and Description |
|---|
ReportingComplexFloatVector(int capacity) |
ReportingComplexFloatVector(int capacity,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
ReportingComplexFloatVector |
add(double value) |
ReportingComplexFloatVector |
add(double coefficient,
Number factor)
Adds
coefficient * factor. |
ReportingComplexFloatVector |
add(Number value) |
ReportingFloatValue |
get(int index) |
String |
getExpression() |
ReportingFloatValue |
max() |
ReportingFloatValue |
median() |
protected abstract Report |
newReport() |
ReportingFloatValue |
sum() |
floatMax, floatMedian, floatSum, floatValue, sizepublic ReportingComplexFloatVector(int capacity)
public ReportingComplexFloatVector(int capacity,
String expression)
protected abstract Report newReport()
public ReportingComplexFloatVector add(double value)
add in class ComplexFloatVectorpublic ReportingComplexFloatVector add(Number value)
add in class ComplexFloatVectorpublic ReportingComplexFloatVector add(double coefficient, Number factor)
Vector
Adds coefficient * factor.
add in class ComplexFloatVectorpublic ReportingFloatValue get(int index)
get in class FloatVectorpublic ReportingFloatValue max()
max in class FloatVectorpublic ReportingFloatValue median()
median in class FloatVectorpublic ReportingFloatValue sum()
sum in class FloatVectorpublic String getExpression()
Copyright © 2018. All rights reserved.