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
Subclasses with type arguments of type Aggregator in org.ojalgo.function.aggregatorMethods in org.ojalgo.function.aggregator that return AggregatorModifier and TypeMethodDescriptionstatic AggregatorReturns 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 AggregatorMatrixPipeline.ColumnsReducer.myAggregatorprivate final AggregatorMatrixPipeline.RowsReducer.myAggregatorMethods in org.ojalgo.matrix.store with parameters of type AggregatorModifier and TypeMethodDescriptiondefault NMatrixStore.aggregateAll(Aggregator aggregator) RawStore.aggregateAll(Aggregator aggregator) default NMatrixStore.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 NMatrixStore.aggregateDiagonal(long row, long col, Aggregator aggregator) R032Store.aggregateDiagonal(long row, long col, Aggregator aggregator) R032Store.aggregateDiagonal(Aggregator aggregator) default NMatrixStore.aggregateRange(long first, long limit, Aggregator aggregator) R032Store.aggregateRange(long first, long limit, Aggregator aggregator) default NMatrixStore.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) voidR032Store.reduceColumns(Aggregator aggregator, Mutate1D receiver) voidSparseStore.reduceColumns(Aggregator aggregator, Mutate1D receiver) default ElementsSupplier<N> MatrixStore.reduceRows(Aggregator aggregator) voidR032Store.reduceRows(Aggregator aggregator, Mutate1D receiver) voidSparseStore.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 NAccess1D.Aggregatable.aggregateAll(Aggregator aggregator) Access2D.Aggregatable.aggregateColumn(long row, long col, Aggregator aggregator) default NAccess2D.Aggregatable.aggregateColumn(long col, Aggregator aggregator) Access2D.Aggregatable.aggregateDiagonal(long row, long col, Aggregator aggregator) default NAccess2D.Aggregatable.aggregateDiagonal(Aggregator aggregator) Access1D.Aggregatable.aggregateRange(long first, long limit, Aggregator aggregator) Access2D.Aggregatable.aggregateRow(long row, long col, Aggregator aggregator) default NAccess2D.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 voidAccessAnyD.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 voidAccess2D.Aggregatable.reduceColumns(Aggregator aggregator, Mutate1D receiver) Structure2D.ReducibleTo1D.reduceColumns(Aggregator aggregator) default voidAccess2D.Aggregatable.reduceRows(Aggregator aggregator, Mutate1D receiver) Structure2D.ReducibleTo1D.reduceRows(Aggregator aggregator)