Class sparse_status


  • public final class sparse_status
    extends java.lang.Object
    The type reflecting the status of an operations. [@constant] SPARSE_SUCCESS Operation was a success [@constant] SPARSE_ILLEGAL_PARAMETER Operation was not completed because one or more of the arguments had an illegal value. [@constant] SPARSE_CANNOT_SET_PROPERTY Matrix properties can only be set before any values are inserted into the matrix. This error occurs if that order is not repsected. [@constant] SPARSE_SYSTEM_ERROR An internal error has occured, such as non enough memory.