Class AOffset.OffsetSliceInfo

java.lang.Object
org.apache.sysds.runtime.compress.colgroup.offset.AOffset.OffsetSliceInfo
Enclosing class:
AOffset

public static final class AOffset.OffsetSliceInfo extends Object
Offset slice info containing the start and end index an offset that contains the slice, and an new AOffset containing only the sliced elements
  • Field Details

    • lIndex

      public final int lIndex
    • uIndex

      public final int uIndex
    • offsetSlice

      public final AOffset offsetSlice
  • Method Details