jcuda.jcusparse
Class cusparseStatus

java.lang.Object
  extended by jcuda.jcusparse.cusparseStatus

public class cusparseStatus
extends java.lang.Object

CUSPARSE status type returns


Field Summary
static int CUSPARSE_STATUS_ALLOC_FAILED
           
static int CUSPARSE_STATUS_ARCH_MISMATCH
           
static int CUSPARSE_STATUS_EXECUTION_FAILED
           
static int CUSPARSE_STATUS_INTERNAL_ERROR
           
static int CUSPARSE_STATUS_INVALID_VALUE
           
static int CUSPARSE_STATUS_MAPPING_ERROR
           
static int CUSPARSE_STATUS_MATRIX_TYPE_NOT_SUPPORTED
           
static int CUSPARSE_STATUS_NOT_INITIALIZED
           
static int CUSPARSE_STATUS_SUCCESS
           
static int JCUSPARSE_STATUS_INTERNAL_ERROR
           
 
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
 

Field Detail

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
Method Detail

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