Package | Description |
---|---|
org.ojalgo.function.aggregator | |
org.ojalgo.series.primitive |
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.AVERAGE
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.AVERAGE
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.AVERAGE
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.AVERAGE
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.AVERAGE
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.CARDINALITY
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.CARDINALITY
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.CARDINALITY
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.CARDINALITY
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.CARDINALITY
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.LARGEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.LARGEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.LARGEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.LARGEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.LARGEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.MAX
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.MAX
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.MAX
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.MAX
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.MAX
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.MIN
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.MIN
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.MIN
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.MIN
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.MIN
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.NORM1
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.NORM1
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.NORM1
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.NORM1
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.NORM1
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.NORM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.NORM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.NORM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.NORM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.NORM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.PRODUCT
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.PRODUCT
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.PRODUCT
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.PRODUCT
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.PRODUCT
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.PRODUCT2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.PRODUCT2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.PRODUCT2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.PRODUCT2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.PRODUCT2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.SMALLEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.SMALLEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.SMALLEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.SMALLEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.SMALLEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.SUM
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.SUM
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.SUM
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.SUM
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.SUM
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<RationalNumber>> |
RationalAggregator.SUM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<ComplexNumber>> |
ComplexAggregator.SUM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PrimitiveAggregator.SUM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Quaternion>> |
QuaternionAggregator.SUM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<BigDecimal>> |
BigAggregator.SUM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
Modifier and Type | Method and Description |
---|---|
void |
DataSeries.visit(AggregatorFunction<Double> visitor) |
Copyright © 2019 Optimatika. All rights reserved.