- 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:
Array1D,Array2D,ArrayAnyD,ArrayC128,ArrayH256,ArrayQ128,ArrayR032,ArrayR064,ArrayR128,ArrayR256,ArrayZ008,ArrayZ016,ArrayZ032,ArrayZ064,BasicArray,BasicMatrix,BufferArray,ColumnsSupplier,DenseArray,DiagonalStore,GenericStore,ImageData,MatrixC128,MatrixH256,MatrixQ128,MatrixR032,MatrixR064,MatrixR128,OffHeapArray,PlainArray,PrimitiveArray,R032Store,R064CSC,R064CSR,R064Store,RawStore,ReferenceTypeArray,RowsSupplier,ScalarArray,SparseArray,SparseStore
- Enclosing interface:
Access1D<N extends Comparable<N>>
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.
- Author:
- apete
-
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 -
Method Summary
Modifier and TypeMethodDescriptiondefault NaggregateAll(Aggregator aggregator) aggregateRange(long first, long limit, Aggregator aggregator) longMethods inherited from interface org.ojalgo.structure.Structure1D
count, size
-
Method Details
-
aggregateAll
-
aggregateRange
-
indexOfLargest
long indexOfLargest()
-