- All Superinterfaces:
Access1D.Visitable<N>,Structure1D,Structure2D
- All Known Subinterfaces:
DecompositionStore<N>,MatrixStore<N>,PhysicalStore<N>
- All Known Implementing Classes:
AboveBelowStore,AbstractStore,Array2D,ColumnsStore,ColumnsSupplier,ComposingStore,CompressedSparseR064,ConjugatedStore,DiagonalStore,FactoryStore,GenericStore,IdentityStore,ImageData,ImageData.SingleChannel,LeftRightStore,LimitStore,LogicalStore,LowerHessenbergStore,LowerSymmetricStore,LowerTriangularStore,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.Visitable<N extends Comparable<N>>
extends Structure2D, Access1D.Visitable<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.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
Modifier and TypeMethodDescriptiondefault voidvisitColumn(long row, long col, VoidFunction<N> visitor) default voidvisitColumn(long col, VoidFunction<N> visitor) default voidvisitDiagonal(long row, long col, VoidFunction<N> visitor) default voidvisitDiagonal(VoidFunction<N> visitor) voidvisitOne(long row, long col, VoidFunction<N> visitor) default voidvisitOne(long index, VoidFunction<N> visitor) default voidvisitRow(long row, long col, VoidFunction<N> visitor) default voidvisitRow(long row, VoidFunction<N> visitor) Methods inherited from interface org.ojalgo.structure.Access1D.Visitable
visitAll, visitRangeMethods 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
-
Method Details
-
visitColumn
-
visitColumn
-
visitDiagonal
-
visitDiagonal
-
visitOne
-
visitOne
- Specified by:
visitOnein interfaceAccess1D.Visitable<N extends Comparable<N>>
-
visitRow
-
visitRow
-