jcuda.jcusparse
Class cusparseStatus
java.lang.Object
jcuda.jcusparse.cusparseStatus
public class cusparseStatus
- extends java.lang.Object
CUSPARSE status type returns
Method Summary |
static java.lang.String |
stringFor(int n)
Returns a string representation of the given constant |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CUSPARSE_STATUS_SUCCESS
public static final int CUSPARSE_STATUS_SUCCESS
- See Also:
- Constant Field Values
CUSPARSE_STATUS_NOT_INITIALIZED
public static final int CUSPARSE_STATUS_NOT_INITIALIZED
- See Also:
- Constant Field Values
CUSPARSE_STATUS_ALLOC_FAILED
public static final int CUSPARSE_STATUS_ALLOC_FAILED
- See Also:
- Constant Field Values
CUSPARSE_STATUS_INVALID_VALUE
public static final int CUSPARSE_STATUS_INVALID_VALUE
- See Also:
- Constant Field Values
CUSPARSE_STATUS_ARCH_MISMATCH
public static final int CUSPARSE_STATUS_ARCH_MISMATCH
- See Also:
- Constant Field Values
CUSPARSE_STATUS_MAPPING_ERROR
public static final int CUSPARSE_STATUS_MAPPING_ERROR
- See Also:
- Constant Field Values
CUSPARSE_STATUS_EXECUTION_FAILED
public static final int CUSPARSE_STATUS_EXECUTION_FAILED
- See Also:
- Constant Field Values
CUSPARSE_STATUS_INTERNAL_ERROR
public static final int CUSPARSE_STATUS_INTERNAL_ERROR
- See Also:
- Constant Field Values
CUSPARSE_STATUS_MATRIX_TYPE_NOT_SUPPORTED
public static final int CUSPARSE_STATUS_MATRIX_TYPE_NOT_SUPPORTED
- See Also:
- Constant Field Values
JCUSPARSE_STATUS_INTERNAL_ERROR
public static final int JCUSPARSE_STATUS_INTERNAL_ERROR
- See Also:
- Constant Field Values
stringFor
public static java.lang.String stringFor(int n)
- Returns a string representation of the given constant
- Returns:
- A string representation of the given constant