Package | Description |
---|---|
org.ojalgo.array | |
org.ojalgo.function.aggregator | |
org.ojalgo.matrix.store | |
org.ojalgo.structure |
Modifier and Type | Method and Description |
---|---|
N |
Array2D.aggregateColumn(long row,
long col,
Aggregator aggregator) |
N |
Array2D.aggregateDiagonal(long row,
long col,
Aggregator aggregator) |
N |
ArrayAnyD.aggregateRange(long first,
long limit,
Aggregator aggregator) |
N |
NumberList.aggregateRange(long first,
long limit,
Aggregator aggregator) |
N |
Array2D.aggregateRange(long first,
long limit,
Aggregator aggregator) |
N |
Array1D.aggregateRange(long first,
long limit,
Aggregator aggregator) |
N |
Array2D.aggregateRow(long row,
long col,
Aggregator aggregator) |
Number |
ArrayAnyD.aggregateSet(int dimension,
long dimensionalIndex,
Aggregator aggregator) |
Number |
ArrayAnyD.aggregateSet(long[] initial,
int dimension,
Aggregator aggregator) |
Array1D<N> |
ArrayAnyD.reduce(int dimension,
Aggregator aggregator) |
Array2D<N> |
ArrayAnyD.reduce(int rowDimension,
int columnDimension,
Aggregator aggregator) |
Array1D<N> |
Array2D.reduceColumns(Aggregator aggregator) |
Array1D<N> |
Array2D.reduceRows(Aggregator aggregator) |
Modifier and Type | Method and Description |
---|---|
static Aggregator |
Aggregator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregator[] |
Aggregator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AggregatorFunction<N> |
AggregatorSet.get(Aggregator aggregator) |
Modifier and Type | Method and Description |
---|---|
Double |
RawStore.aggregateAll(Aggregator aggregator) |
N |
GenericDenseStore.aggregateAll(Aggregator aggregator) |
Double |
PrimitiveDenseStore.aggregateAll(Aggregator aggregator) |
default N |
MatrixStore.aggregateAll(Aggregator aggregator) |
default N |
MatrixStore.aggregateColumn(long row,
long col,
Aggregator aggregator) |
default N |
MatrixStore.aggregateDiagonal(long row,
long col,
Aggregator aggregator) |
default N |
MatrixStore.aggregateRange(long first,
long limit,
Aggregator aggregator) |
default N |
MatrixStore.aggregateRow(long row,
long col,
Aggregator aggregator) |
default ElementsSupplier<N> |
MatrixStore.reduceColumns(Aggregator aggregator) |
void |
SparseStore.reduceColumns(Aggregator aggregator,
Mutate1D receiver) |
default ElementsSupplier<N> |
MatrixStore.reduceRows(Aggregator aggregator) |
void |
SparseStore.reduceRows(Aggregator aggregator,
Mutate1D receiver) |
Modifier and Type | Method and Description |
---|---|
default N |
Access1D.Aggregatable.aggregateAll(Aggregator aggregator) |
default N |
Access2D.Aggregatable.aggregateColumn(long col,
Aggregator aggregator) |
N |
Access2D.Aggregatable.aggregateColumn(long row,
long col,
Aggregator aggregator) |
default N |
Access2D.Aggregatable.aggregateDiagonal(Aggregator aggregator) |
N |
Access2D.Aggregatable.aggregateDiagonal(long row,
long col,
Aggregator aggregator) |
N |
Access1D.Aggregatable.aggregateRange(long first,
long limit,
Aggregator aggregator) |
default N |
Access2D.Aggregatable.aggregateRow(long row,
Aggregator aggregator) |
N |
Access2D.Aggregatable.aggregateRow(long row,
long col,
Aggregator aggregator) |
Number |
AccessAnyD.Aggregatable.aggregateSet(int dimension,
long dimensionalIndex,
Aggregator aggregator) |
Number |
AccessAnyD.Aggregatable.aggregateSet(long[] initial,
int dimension,
Aggregator aggregator) |
R |
StructureAnyD.ReducibleTo1D.reduce(int dimension,
Aggregator aggregator) |
default void |
AccessAnyD.Aggregatable.reduce(int dimension,
Aggregator aggregator,
Mutate1D receiver) |
R |
StructureAnyD.ReducibleTo2D.reduce(int rowDimension,
int columnDimension,
Aggregator aggregator) |
R |
Structure2D.ReducibleTo1D.reduceColumns(Aggregator aggregator) |
default void |
Access2D.Aggregatable.reduceColumns(Aggregator aggregator,
Mutate1D receiver) |
R |
Structure2D.ReducibleTo1D.reduceRows(Aggregator aggregator) |
default void |
Access2D.Aggregatable.reduceRows(Aggregator aggregator,
Mutate1D receiver) |
Copyright © 2019 Optimatika. All rights reserved.