Documentation of 'org.ujmp.core.doublematrix.DoubleMatrixMultiD' Java class
DoubleMatrixMultiD
org.ujmp.core.doublematrix

Interface DoubleMatrixMultiD

    • Method Detail

      • getDouble

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

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.