Documentation of 'org.ujmp.core.longmatrix.LongMatrix' Java class
LongMatrix
org.ujmp.core.longmatrix

Interface LongMatrix

    • Method Detail

      • getLong

        long getLong(long... coordinates)
        Returns a long representation of an entry in the matrix. The stored value will be converted to a long as good as possible.
        Parameters:
        coordinates - location of the entry
        Returns:
        a long representation of the entry @
      • setLong

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.