Package apple.accelerate.enums
Class sparse_status
- java.lang.Object
-
- apple.accelerate.enums.sparse_status
-
public final class sparse_status extends java.lang.ObjectThe 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.
-
-
Field Summary
Fields Modifier and Type Field Description static intSPARSE_CANNOT_SET_PROPERTYstatic intSPARSE_ILLEGAL_PARAMETERstatic intSPARSE_SUCCESSstatic intSPARSE_SYSTEM_ERROR
-
-
-
Field Detail
-
SPARSE_SUCCESS
public static final int SPARSE_SUCCESS
- See Also:
- Constant Field Values
-
SPARSE_ILLEGAL_PARAMETER
public static final int SPARSE_ILLEGAL_PARAMETER
- See Also:
- Constant Field Values
-
SPARSE_CANNOT_SET_PROPERTY
public static final int SPARSE_CANNOT_SET_PROPERTY
- See Also:
- Constant Field Values
-
SPARSE_SYSTEM_ERROR
public static final int SPARSE_SYSTEM_ERROR
- See Also:
- Constant Field Values
-
-