Interface Matrix

    • Method Detail

      • getShape

        int[] getShape()
        Obtain the shape of this matrix.
      • getDataType

        H5Type getDataType()
        Obtain the data type used for the scalars of this matrix.
      • getData

        H5Dataset getData()
        Obtain the H5 dataset underlying this matrix.
      • close

        void close()
        Release the underlying H5 resource for this matrix.
        Specified by:
        close in interface AutoCloseable