Package org.ojalgo.structure
Interface AccessAnyD.Aggregatable<N extends java.lang.Comparable<N>>
-
- All Superinterfaces:
Access1D.Aggregatable<N>
,Structure1D
,StructureAnyD
- All Known Implementing Classes:
ArrayAnyD
- Enclosing interface:
- AccessAnyD<N extends java.lang.Comparable<N>>
public static interface AccessAnyD.Aggregatable<N extends java.lang.Comparable<N>> extends StructureAnyD, Access1D.Aggregatable<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S,B>>, Structure1D.LongIndex, Structure1D.LoopCallback
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.StructureAnyD
StructureAnyD.IntReference, StructureAnyD.Logical<S extends StructureAnyD,B extends StructureAnyD.Logical<S,B>>, StructureAnyD.LongReference, StructureAnyD.ReducibleTo1D<R extends Structure1D>, StructureAnyD.ReducibleTo2D<R extends Structure2D>, StructureAnyD.ReferenceCallback, StructureAnyD.ReferenceMapper, StructureAnyD.Reshapable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description N
aggregateSet(int dimension, long dimensionalIndex, Aggregator aggregator)
N
aggregateSet(long[] initial, int dimension, Aggregator aggregator)
default void
reduce(int dimension, Aggregator aggregator, Mutate1D receiver)
-
Methods inherited from interface org.ojalgo.structure.Access1D.Aggregatable
aggregateAll, aggregateRange, indexOfLargest
-
Methods inherited from interface org.ojalgo.structure.Structure1D
count, size
-
Methods inherited from interface org.ojalgo.structure.StructureAnyD
count, loop, loop, loopAllReferences, loopReferences, rank, shape, size
-
-
-
-
Method Detail
-
aggregateSet
N aggregateSet(int dimension, long dimensionalIndex, Aggregator aggregator)
-
aggregateSet
N aggregateSet(long[] initial, int dimension, Aggregator aggregator)
-
reduce
default void reduce(int dimension, Aggregator aggregator, Mutate1D receiver)
-
-