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(Number value) |
ReportingComplexFloatVector |
add(Number coefficient,
Number factor)
Adds
coefficient * factor. |
ReportingComplexFloatVector |
add(Value<? extends 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(Number value)
add in class ComplexFloatVectorpublic ReportingComplexFloatVector add(Value<? extends Number> value)
add in class ComplexFloatVectorpublic ReportingComplexFloatVector add(Number 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 © 2019. All rights reserved.