Interface Access2D.Aggregatable<N extends Comparable<N>>
- All Superinterfaces:
Access1D.Aggregatable<N>, Structure1D, Structure2D
- All Known Subinterfaces:
DecompositionStore<N>, Matrix2D<N,M>, MatrixStore<N>, PhysicalStore<N>
- All Known Implementing Classes:
AboveBelowStore, AbstractStore, Array2D, BasicMatrix, ColumnsStore, ColumnsSupplier, ComposingStore, CompressedSparseR064, ConjugatedStore, DiagonalStore, FactoryStore, GenericStore, IdentityStore, ImageData, ImageData.SingleChannel, LeftRightStore, LimitStore, LogicalStore, LowerHessenbergStore, LowerSymmetricStore, LowerTriangularStore, MatrixC128, MatrixH256, MatrixQ128, MatrixR032, MatrixR064, MatrixR128, OffsetStore, R032Store, R064CSC, R064CSR, R064Store, RawStore, RepeatedColumnsStore, RepeatedRowsStore, RowsStore, RowsSupplier, SelectingStore, ShadingStore, SingleStore, SparseStore, SuperimposedStore, TransjugatedStore, TransposedStore, UnaryOperatoStore, UpperHessenbergStore, UpperSymmetricStore, UpperTriangularStore, WrapperStore, ZeroStore
- Enclosing interface:
Access2D<N extends Comparable<N>>
public static interface Access2D.Aggregatable<N extends Comparable<N>>
extends Structure2D, 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 Structure2D
Structure2D.IntRowColumn, Structure2D.Logical<S,B>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R>, Structure2D.Reshapable, Structure2D.RowColumnKey<R, C>, Structure2D.RowColumnMapper<R, C> -
Method Summary
Modifier and TypeMethodDescriptionaggregateColumn(long row, long col, Aggregator aggregator) default NaggregateColumn(long col, Aggregator aggregator) aggregateDiagonal(long row, long col, Aggregator aggregator) default NaggregateDiagonal(Aggregator aggregator) aggregateRow(long row, long col, Aggregator aggregator) default NaggregateRow(long row, Aggregator aggregator) default voidreduceColumns(Aggregator aggregator, Mutate1D receiver) default voidreduceRows(Aggregator aggregator, Mutate1D receiver) Methods inherited from interface Access1D.Aggregatable
aggregateAll, aggregateRange, indexOfLargestMethods inherited from interface Structure2D
count, countColumns, countRows, firstInColumn, firstInRow, getColDim, getMaxDim, getMinDim, getRowDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow, size
-
Method Details
-
aggregateColumn
-
aggregateColumn
-
aggregateDiagonal
-
aggregateDiagonal
-
aggregateRow
-
aggregateRow
-
reduceColumns
-
reduceRows
-