Documentation of 'org.ujmp.core.longmatrix.stub.AbstractSparseLongMatrix2D' Java class
AbstractSparseLongMatrix2D
org.ujmp.core.longmatrix.stub

Class AbstractSparseLongMatrix2D

    • Constructor Detail

      • AbstractSparseLongMatrix2D

        public AbstractSparseLongMatrix2D(long rows,
                                          long columns)
    • Method Detail

      • getLong

        public final long getLong(long... coordinates)
        Description copied from interface: LongMatrix
        Returns a long representation of an entry in the matrix. The stored value will be converted to a long as good as possible.
        Specified by:
        getLong in interface LongMatrix
        Parameters:
        coordinates - location of the entry
        Returns:
        a long representation of the entry @
      • setLong

        public final void setLong(long value,
                                  long... coordinates)
        Description copied from interface: LongMatrix
        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.
        Specified by:
        setLong in interface LongMatrix
        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.