Class H5ContiguousDataset

java.lang.Object
org.apache.sysds.runtime.io.hdf5.H5ContiguousDataset

public class H5ContiguousDataset extends Object
  • Constructor Details

  • Method Details

    • getDataBuffer

      public ByteBuffer getDataBuffer(int row)
    • getDataBuffer

      public ByteBuffer getDataBuffer(int row, int rowCount)
    • readRowDoubles

      public void readRowDoubles(int row, double[] dest, int destPos)
    • getDataType

      public H5DataTypeMessage getDataType()
    • getDataAddress

      public long getDataAddress()
    • getDataSize

      public long getDataSize()
    • getElementSize

      public long getElementSize()
    • isRankGt2

      public boolean isRankGt2()
    • getRowByteSize

      public long getRowByteSize()
    • isRowContiguous

      public boolean isRowContiguous()