Documentation of 'org.ujmp.core.genericmatrix.stub.AbstractGenericMatrix' Java class
AbstractGenericMatrix
org.ujmp.core.genericmatrix.stub

Class AbstractGenericMatrix<T>

    • Method Detail

      • getAsObject

        public final T getAsObject(long... coordinates)
        Description copied from interface: GettersAndSetters
        Returns a raw entry in the matrix as it is stored. If the matrix supports Generics, the return type will match the type that is stored.
        Specified by:
        getAsObject in interface GettersAndSetters
        Parameters:
        coordinates - location of the entry
        Returns:
        entry object @
      • setAsObject

        public final void setAsObject(java.lang.Object o,
                                      long... coordinates)
        Description copied from interface: GettersAndSetters
        Sets an entry in the matrix to an object. If the matrix cannot store this object type, the value will be represented as good as possible.
        Specified by:
        setAsObject in interface GettersAndSetters
        Parameters:
        o - the object to store
        coordinates - location of the entry @

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.