Documentation of 'org.ujmp.core.bytearraymatrix.ByteArrayMatrix' Java class
ByteArrayMatrix
org.ujmp.core.bytearraymatrix

Interface ByteArrayMatrix

    • Method Detail

      • getByteArray

        byte[] getByteArray(long... coordinates)
        Returns a byte array representation of an entry in the matrix. The stored value will be converted to a byte as good as possible.
        Parameters:
        coordinates - location of the entry
        Returns:
        a byte array representation of the entry @
      • setByteArray

        void setByteArray(byte[] value,
                          long... coordinates)
        Sets an entry in the matrix to a byte value. If the matrix cannot store byte values, the value will be represented as good as possible.
        Parameters:
        value - byte array value
        coordinates - location of the entry @

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.