Interface Access1D.Aggregatable<N extends Comparable<N>>

All Superinterfaces:
Structure1D
All Known Subinterfaces:
Access2D.Aggregatable<N>, AccessAnyD.Aggregatable<N>, DecompositionStore<N>, Matrix2D<N,M>, MatrixStore<N>, PhysicalStore<N>
All Known Implementing Classes:
AboveBelowStore, AbstractStore, Array1D, Array2D, ArrayAnyD, ArrayC128, ArrayH256, ArrayQ128, ArrayR032, ArrayR064, ArrayR128, ArrayR256, ArrayZ008, ArrayZ016, ArrayZ032, ArrayZ064, BasicArray, BasicMatrix, BufferArray, BufferR032, BufferR064, BufferZ008, BufferZ016, BufferZ032, BufferZ064, ColumnsStore, ColumnsSupplier, ComposingStore, ConjugatedStore, DenseArray, DiagonalStore, FactoryStore, GenericStore, IdentityStore, ImageData, ImageData.SingleChannel, IterativeASS.SchurComplementSolver, LeftRightStore, LimitStore, LogicalStore, LowerHessenbergStore, LowerSymmetricStore, LowerTriangularStore, MatrixC128, MatrixH256, MatrixQ128, MatrixR032, MatrixR064, MatrixR128, OffHeapArray, OffHeapR032, OffHeapR064, OffHeapZ008, OffHeapZ016, OffHeapZ032, OffHeapZ064, OffsetStore, PlainArray, PrimitiveArray, R032Store, R064Store, RawStore, ReferenceTypeArray, RepeatedColumnsStore, RepeatedRowsStore, RowsStore, RowsSupplier, ScalarArray, SegmentedArray, SelectingStore, ShadingStore, SingleStore, SparseArray, SparseStore, SuperimposedStore, TransjugatedStore, TransposedStore, UnaryOperatoStore, UpperHessenbergStore, UpperSymmetricStore, UpperTriangularStore, WrapperStore, ZeroStore
Enclosing interface:
Access1D<N extends Comparable<N>>

public static interface Access1D.Aggregatable<N extends Comparable<N>> extends Structure1D
This interface complements Access1D.Visitable but does not extend it. It's a feature to be able to be aggregatable but not necessarily visitable in that it does not require generic input parameters.
  • Method Details

    • aggregateAll

      default N aggregateAll(Aggregator aggregator)
    • aggregateRange

      N aggregateRange(long first, long limit, Aggregator aggregator)
    • indexOfLargest

      long indexOfLargest()