Module ojalgo
Package org.ojalgo.structure
Interface Access2D.Collectable<N extends java.lang.Comparable<N>,R extends Mutate2D>
-
- All Superinterfaces:
Structure1D,Structure2D
- All Known Subinterfaces:
DecompositionStore<N>,ElementsSupplier<N>,MatrixStore<N>,PhysicalStore<N>
- All Known Implementing Classes:
AboveBelowStore,AbstractStore,Access2D.SelectionView,AccessAnyD.MatrixView,Array2D,BasicMatrix,ColumnsStore,ColumnsSupplier,ColumnsSupplier.SingleView,ComplexNumber,ComposingStore,CompressedSparseR064,ConjugatedStore,DataBatch,DenseMutator2D,DiagonalStore,FactoryStore,GenericStore,IdentityStore,ImageData,ImageData.SingleChannel,LeftRightStore,LimitStore,LogicalStore,LowerHessenbergStore,LowerSymmetricStore,LowerTriangularStore,MatrixC128,MatrixC128.DenseReceiver,MatrixH256,MatrixH256.DenseReceiver,MatrixPipeline,MatrixPipeline.BinaryOperatorLeft,MatrixPipeline.BinaryOperatorRight,MatrixPipeline.ColumnsModifier,MatrixPipeline.ColumnsReducer,MatrixPipeline.Multiplication,MatrixPipeline.RowsModifier,MatrixPipeline.RowsReducer,MatrixPipeline.Transformer,MatrixPipeline.Transpose,MatrixPipeline.UnaryOperator,MatrixQ128,MatrixQ128.DenseReceiver,MatrixR032,MatrixR032.DenseReceiver,MatrixR064,MatrixR064.DenseReceiver,MatrixR128,MatrixR128.DenseReceiver,OffsetStore,Quaternion,R032Store,R064CSC,R064CSR,R064Store,RawStore,RepeatedColumnsStore,RepeatedRowsStore,RowsStore,RowsSupplier,RowsSupplier.SingleView,SelectingStore,ShadingStore,SingleStore,SparseStore,SuperimposedStore,TransjugatedStore,TransposedStore,UnaryOperatoStore,UpperHessenbergStore,UpperSymmetricStore,UpperTriangularStore,WrapperStore,ZeroStore
public static interface Access2D.Collectable<N extends java.lang.Comparable<N>,R extends Mutate2D> extends Structure2D
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallback
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure2D
Structure2D.IntRowColumn, Structure2D.Logical<S extends Structure2D,B extends Structure2D.Logical<S,B>>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R extends Structure1D>, Structure2D.Reshapable, Structure2D.RowColumnKey<R,C>, Structure2D.RowColumnMapper<R,C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <I extends R>
Icollect(Factory2D<I> factory)voidsupplyTo(R receiver)-
Methods inherited from interface org.ojalgo.structure.Structure2D
count, countColumns, countRows, firstInColumn, firstInRow, getColDim, getMaxDim, getMinDim, getRowDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow, size
-
-