public final class sparse_status
extends java.lang.Object
[@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.
| Modifier and Type | Field and Description |
|---|---|
static int |
SPARSE_CANNOT_SET_PROPERTY |
static int |
SPARSE_ILLEGAL_PARAMETER |
static int |
SPARSE_SUCCESS |
static int |
SPARSE_SYSTEM_ERROR |
public static final int SPARSE_SUCCESS
public static final int SPARSE_ILLEGAL_PARAMETER
public static final int SPARSE_CANNOT_SET_PROPERTY
public static final int SPARSE_SYSTEM_ERROR