Uses of Enum Class
org.ojalgo.function.aggregator.Aggregator
Packages that use Aggregator
Package
Description
-
Uses of Aggregator in org.ojalgo.array
Methods in org.ojalgo.array with parameters of type AggregatorModifier and TypeMethodDescriptionArray2D.aggregateColumn
(long row, long col, Aggregator aggregator) Array2D.aggregateDiagonal
(long row, long col, Aggregator aggregator) Array1D.aggregateRange
(long first, long limit, Aggregator aggregator) Array2D.aggregateRange
(long first, long limit, Aggregator aggregator) ArrayAnyD.aggregateRange
(long first, long limit, Aggregator aggregator) BasicArray.aggregateRange
(long first, long limit, Aggregator aggregator) NumberList.aggregateRange
(long first, long limit, Aggregator aggregator) Array2D.aggregateRow
(long row, long col, Aggregator aggregator) ArrayAnyD.aggregateSet
(int dimension, long dimensionalIndex, Aggregator aggregator) ArrayAnyD.aggregateSet
(long[] initial, int dimension, Aggregator aggregator) ArrayAnyD.reduce
(int rowDim, int colDim, Aggregator aggregator) ArrayAnyD.reduce
(int dimension, Aggregator aggregator) Array2D.reduceColumns
(Aggregator aggregator) Array2D.reduceRows
(Aggregator aggregator) -
Uses of Aggregator in org.ojalgo.function.aggregator
Methods in org.ojalgo.function.aggregator that return AggregatorModifier and TypeMethodDescriptionstatic Aggregator
Returns the enum constant of this class with the specified name.static Aggregator[]
Aggregator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.function.aggregator with parameters of type AggregatorModifier and TypeMethodDescriptionfinal AggregatorFunction
<N> AggregatorSet.get
(Aggregator aggregator) -
Uses of Aggregator in org.ojalgo.matrix
Methods in org.ojalgo.matrix with parameters of type AggregatorModifier and TypeMethodDescriptionBasicMatrix.aggregateColumn
(long row, long col, Aggregator aggregator) BasicMatrix.aggregateDiagonal
(long row, long col, Aggregator aggregator) BasicMatrix.aggregateRange
(long first, long limit, Aggregator aggregator) BasicMatrix.aggregateRow
(long row, long col, Aggregator aggregator) BasicMatrix.reduceColumns
(Aggregator aggregator) BasicMatrix.reduceRows
(Aggregator aggregator) -
Uses of Aggregator in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as AggregatorModifier and TypeFieldDescriptionprivate final Aggregator
MatrixPipeline.ColumnsReducer.myAggregator
private final Aggregator
MatrixPipeline.RowsReducer.myAggregator
Methods in org.ojalgo.matrix.store with parameters of type AggregatorModifier and TypeMethodDescriptiondefault N
MatrixStore.aggregateAll
(Aggregator aggregator) RawStore.aggregateAll
(Aggregator aggregator) default N
MatrixStore.aggregateColumn
(long row, long col, Aggregator aggregator) R032Store.aggregateColumn
(long row, long col, Aggregator aggregator) R032Store.aggregateColumn
(long col, Aggregator aggregator) TransposedStore.aggregateColumn
(long col, Aggregator aggregator) default N
MatrixStore.aggregateDiagonal
(long row, long col, Aggregator aggregator) R032Store.aggregateDiagonal
(long row, long col, Aggregator aggregator) R032Store.aggregateDiagonal
(Aggregator aggregator) default N
MatrixStore.aggregateRange
(long first, long limit, Aggregator aggregator) R032Store.aggregateRange
(long first, long limit, Aggregator aggregator) default N
MatrixStore.aggregateRow
(long row, long col, Aggregator aggregator) R032Store.aggregateRow
(long row, long col, Aggregator aggregator) R032Store.aggregateRow
(long row, Aggregator aggregator) TransposedStore.aggregateRow
(long row, Aggregator aggregator) default ElementsSupplier
<N> MatrixStore.reduceColumns
(Aggregator aggregator) void
R032Store.reduceColumns
(Aggregator aggregator, Mutate1D receiver) void
SparseStore.reduceColumns
(Aggregator aggregator, Mutate1D receiver) default ElementsSupplier
<N> MatrixStore.reduceRows
(Aggregator aggregator) void
R032Store.reduceRows
(Aggregator aggregator, Mutate1D receiver) void
SparseStore.reduceRows
(Aggregator aggregator, Mutate1D receiver) Constructors in org.ojalgo.matrix.store with parameters of type AggregatorModifierConstructorDescription(package private)
ColumnsReducer
(MatrixStore<N> base, Aggregator aggregator) (package private)
RowsReducer
(MatrixStore<N> base, Aggregator aggregator) -
Uses of Aggregator in org.ojalgo.structure
Methods in org.ojalgo.structure with parameters of type AggregatorModifier and TypeMethodDescriptiondefault N
Access1D.Aggregatable.aggregateAll
(Aggregator aggregator) Access2D.Aggregatable.aggregateColumn
(long row, long col, Aggregator aggregator) default N
Access2D.Aggregatable.aggregateColumn
(long col, Aggregator aggregator) Access2D.Aggregatable.aggregateDiagonal
(long row, long col, Aggregator aggregator) default N
Access2D.Aggregatable.aggregateDiagonal
(Aggregator aggregator) Access1D.Aggregatable.aggregateRange
(long first, long limit, Aggregator aggregator) Access2D.Aggregatable.aggregateRow
(long row, long col, Aggregator aggregator) default N
Access2D.Aggregatable.aggregateRow
(long row, Aggregator aggregator) AccessAnyD.Aggregatable.aggregateSet
(int dimension, long dimensionalIndex, Aggregator aggregator) AccessAnyD.Aggregatable.aggregateSet
(long[] initial, int dimension, Aggregator aggregator) default void
AccessAnyD.Aggregatable.reduce
(int dimension, Aggregator aggregator, Mutate1D receiver) StructureAnyD.ReducibleTo1D.reduce
(int dimension, Aggregator aggregator) StructureAnyD.ReducibleTo2D.reduce
(int rowDimension, int columnDimension, Aggregator aggregator) default void
Access2D.Aggregatable.reduceColumns
(Aggregator aggregator, Mutate1D receiver) Structure2D.ReducibleTo1D.reduceColumns
(Aggregator aggregator) default void
Access2D.Aggregatable.reduceRows
(Aggregator aggregator, Mutate1D receiver) Structure2D.ReducibleTo1D.reduceRows
(Aggregator aggregator)