Uses of Class
org.ojalgo.function.aggregator.Aggregator
-
Packages that use Aggregator Package Description org.ojalgo.array org.ojalgo.function.aggregator org.ojalgo.matrix org.ojalgo.matrix.store org.ojalgo.structure -
-
Uses of Aggregator in org.ojalgo.array
Methods in org.ojalgo.array with parameters of type Aggregator Modifier and Type Method Description NArray2D. aggregateColumn(long row, long col, Aggregator aggregator)NArray2D. aggregateDiagonal(long row, long col, Aggregator aggregator)NArray1D. aggregateRange(long first, long limit, Aggregator aggregator)NArray2D. aggregateRange(long first, long limit, Aggregator aggregator)NArrayAnyD. aggregateRange(long first, long limit, Aggregator aggregator)NBasicArray. aggregateRange(long first, long limit, Aggregator aggregator)NNumberList. aggregateRange(long first, long limit, Aggregator aggregator)NArray2D. aggregateRow(long row, long col, Aggregator aggregator)NArrayAnyD. aggregateSet(int dimension, long dimensionalIndex, Aggregator aggregator)NArrayAnyD. aggregateSet(long[] initial, int dimension, Aggregator aggregator)Array2D<N>ArrayAnyD. reduce(int rowDim, int colDim, Aggregator aggregator)Array1D<N>ArrayAnyD. reduce(int dimension, Aggregator aggregator)Array1D<N>Array2D. reduceColumns(Aggregator aggregator)Array1D<N>Array2D. reduceRows(Aggregator aggregator) -
Uses of Aggregator in org.ojalgo.function.aggregator
Methods in org.ojalgo.function.aggregator that return Aggregator Modifier and Type Method Description static AggregatorAggregator. valueOf(java.lang.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.Methods in org.ojalgo.function.aggregator with parameters of type Aggregator Modifier and Type Method Description AggregatorFunction<N>AggregatorSet. get(Aggregator aggregator) -
Uses of Aggregator in org.ojalgo.matrix
Methods in org.ojalgo.matrix with parameters of type Aggregator Modifier and Type Method Description NBasicMatrix. aggregateColumn(long row, long col, Aggregator aggregator)NBasicMatrix. aggregateDiagonal(long row, long col, Aggregator aggregator)NBasicMatrix. aggregateRange(long first, long limit, Aggregator aggregator)NBasicMatrix. aggregateRow(long row, long col, Aggregator aggregator)MBasicMatrix. reduceColumns(Aggregator aggregator)MBasicMatrix. reduceRows(Aggregator aggregator) -
Uses of Aggregator in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as Aggregator Modifier and Type Field Description private AggregatorMatrixPipeline.ColumnsReducer. myAggregatorprivate AggregatorMatrixPipeline.RowsReducer. myAggregatorMethods in org.ojalgo.matrix.store with parameters of type Aggregator Modifier and Type Method Description default NMatrixStore. aggregateAll(Aggregator aggregator)java.lang.DoubleRawStore. aggregateAll(Aggregator aggregator)default NMatrixStore. aggregateColumn(long row, long col, Aggregator aggregator)java.lang.DoubleR032Store. aggregateColumn(long row, long col, Aggregator aggregator)java.lang.DoubleR032Store. aggregateColumn(long col, Aggregator aggregator)NTransposedStore. aggregateColumn(long col, Aggregator aggregator)default NMatrixStore. aggregateDiagonal(long row, long col, Aggregator aggregator)java.lang.DoubleR032Store. aggregateDiagonal(long row, long col, Aggregator aggregator)java.lang.DoubleR032Store. aggregateDiagonal(Aggregator aggregator)default NMatrixStore. aggregateRange(long first, long limit, Aggregator aggregator)java.lang.DoubleR032Store. aggregateRange(long first, long limit, Aggregator aggregator)default NMatrixStore. aggregateRow(long row, long col, Aggregator aggregator)java.lang.DoubleR032Store. aggregateRow(long row, long col, Aggregator aggregator)java.lang.DoubleR032Store. aggregateRow(long row, Aggregator aggregator)NTransposedStore. 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 Aggregator Constructor Description ColumnsReducer(MatrixStore<N> base, Aggregator aggregator)RowsReducer(MatrixStore<N> base, Aggregator aggregator) -
Uses of Aggregator in org.ojalgo.structure
Methods in org.ojalgo.structure with parameters of type Aggregator Modifier and Type Method Description default NAccess1D.Aggregatable. aggregateAll(Aggregator aggregator)NAccess2D.Aggregatable. aggregateColumn(long row, long col, Aggregator aggregator)default NAccess2D.Aggregatable. aggregateColumn(long col, Aggregator aggregator)NAccess2D.Aggregatable. aggregateDiagonal(long row, long col, Aggregator aggregator)default NAccess2D.Aggregatable. aggregateDiagonal(Aggregator aggregator)NAccess1D.Aggregatable. aggregateRange(long first, long limit, Aggregator aggregator)NAccess2D.Aggregatable. aggregateRow(long row, long col, Aggregator aggregator)default NAccess2D.Aggregatable. aggregateRow(long row, Aggregator aggregator)NAccessAnyD.Aggregatable. aggregateSet(int dimension, long dimensionalIndex, Aggregator aggregator)NAccessAnyD.Aggregatable. aggregateSet(long[] initial, int dimension, Aggregator aggregator)default voidAccessAnyD.Aggregatable. reduce(int dimension, Aggregator aggregator, Mutate1D receiver)RStructureAnyD.ReducibleTo1D. reduce(int dimension, Aggregator aggregator)RStructureAnyD.ReducibleTo2D. reduce(int rowDimension, int columnDimension, Aggregator aggregator)default voidAccess2D.Aggregatable. reduceColumns(Aggregator aggregator, Mutate1D receiver)RStructure2D.ReducibleTo1D. reduceColumns(Aggregator aggregator)default voidAccess2D.Aggregatable. reduceRows(Aggregator aggregator, Mutate1D receiver)RStructure2D.ReducibleTo1D. reduceRows(Aggregator aggregator)
-