Interface AccessAnyD.Aggregatable<N extends Comparable<N>>
- All Superinterfaces:
Access1D.Aggregatable<N>, Structure1D, StructureAnyD
- All Known Implementing Classes:
ArrayAnyD
- Enclosing interface:
AccessAnyD<N extends Comparable<N>>
public static interface AccessAnyD.Aggregatable<N extends Comparable<N>>
extends StructureAnyD, Access1D.Aggregatable<N>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S,B>, Structure1D.LongIndex, Structure1D.LoopCallback Nested classes/interfaces inherited from interface StructureAnyD
StructureAnyD.IntReference, StructureAnyD.Logical<S,B>, StructureAnyD.LongReference, StructureAnyD.ReducibleTo1D<R>, StructureAnyD.ReducibleTo2D<R>, StructureAnyD.ReferenceCallback, StructureAnyD.ReferenceMapper, StructureAnyD.Reshapable -
Method Summary
Modifier and TypeMethodDescriptionaggregateSet(int dimension, long dimensionalIndex, Aggregator aggregator) aggregateSet(long[] initial, int dimension, Aggregator aggregator) default voidreduce(int dimension, Aggregator aggregator, Mutate1D receiver) Methods inherited from interface Access1D.Aggregatable
aggregateAll, aggregateRange, indexOfLargestMethods inherited from interface Structure1D
count, sizeMethods inherited from interface StructureAnyD
count, loop, loop, loopAllReferences, loopReferences, rank, shape, size
-
Method Details
-
aggregateSet
-
aggregateSet
-
reduce
-