Documentation of 'org.ujmp.core.bigintegermatrix.stub.AbstractBigIntegerMatrix' Java class
AbstractBigIntegerMatrix
org.ujmp.core.bigintegermatrix.stub

Class AbstractBigIntegerMatrix

    • Constructor Detail

      • AbstractBigIntegerMatrix

        public AbstractBigIntegerMatrix(long... size)
    • Method Detail

      • getNumber

        public java.math.BigInteger getNumber(long... coordinates)
        Description copied from interface: NumberMatrixMultiD
        Returns a Number representation of an entry in the matrix. The stored value will be converted to a Number as good as possible.
        Specified by:
        getNumber in interface NumberMatrixMultiD<java.math.BigInteger>
        Parameters:
        coordinates - location of the entry
        Returns:
        a Number representation of the entry @
      • setNumber

        public void setNumber(java.math.BigInteger value,
                              long... coordinates)
        Description copied from interface: NumberMatrixMultiD
        Sets an entry in the matrix to a Number value. If the matrix cannot store Number values, the value will be represented as good as possible.
        Specified by:
        setNumber in interface NumberMatrixMultiD<java.math.BigInteger>
        Parameters:
        value - Number value
        coordinates - location of the entry @
      • getObject

        public final java.math.BigInteger getObject(long... coordinates)
        Specified by:
        getObject in interface GenericMatrixMultiD<java.math.BigInteger>

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.