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

All Superinterfaces:
Structure1D
All Known Subinterfaces:
Access2D.Sliceable<N>, AccessAnyD.Sliceable<N>, DecompositionStore<N>, MatrixStore<N>, PhysicalStore<N>
All Known Implementing Classes:
AboveBelowStore, AbstractStore, Array1D, Array2D, ArrayAnyD, 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:
Access1D<N extends Comparable<N>>

public static interface Access1D.Sliceable<N extends Comparable<N>> extends Structure1D
  • Method Details

    • sliceRange

      Access1D<N> sliceRange(long first, long limit)