Interface Access2D.Sliceable<N extends Comparable<N>>

All Superinterfaces:
Access1D.Sliceable<N>, Structure1D, Structure2D
All Known Subinterfaces:
DecompositionStore<N>, MatrixStore<N>, PhysicalStore<N>
All Known Implementing Classes:
AboveBelowStore, AbstractStore, Array2D, ColumnsStore, ColumnsSupplier, ComposingStore, ConjugatedStore, DiagonalStore, FactoryStore, GenericStore, IdentityStore, ImageData, ImageData.SingleChannel, IterativeASS.SchurComplementSolver, LeftRightStore, LimitStore, LogicalStore, LowerHessenbergStore, LowerSymmetricStore, LowerTriangularStore, OffsetStore, R032Store, 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.Sliceable<N extends Comparable<N>> extends Structure2D, Access1D.Sliceable<N>
  • Method Details

    • sliceColumn

      default Access1D<N> sliceColumn(long col)
    • sliceColumn

      Access1D<N> sliceColumn(long row, long col)
    • sliceDiagonal

      default Access1D<N> sliceDiagonal()
    • sliceDiagonal

      Access1D<N> sliceDiagonal(long row, long col)
    • sliceRow

      default Access1D<N> sliceRow(long row)
    • sliceRow

      Access1D<N> sliceRow(long row, long col)