Module ojalgo
Package org.ojalgo.structure
Interface Access1D.Sliceable<N extends java.lang.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,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
public static interface Access1D.Sliceable<N extends java.lang.Comparable<N>> extends Structure1D
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Access1D<N>sliceRange(long first, long limit)-
Methods inherited from interface org.ojalgo.structure.Structure1D
count, size
-
-