jcuda.jcusparse
Class cusparsePointerMode

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

public class cusparsePointerMode
extends java.lang.Object

Indicates whether the scalar values are passed by reference on the host or device.


Field Summary
static int CUSPARSE_POINTER_MODE_DEVICE
          The scalars are passed by reference on the device.
static int CUSPARSE_POINTER_MODE_HOST
          The scalars are passed by reference on the host.
 
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_POINTER_MODE_HOST

public static final int CUSPARSE_POINTER_MODE_HOST
The scalars are passed by reference on the host.

See Also:
Constant Field Values

CUSPARSE_POINTER_MODE_DEVICE

public static final int CUSPARSE_POINTER_MODE_DEVICE
The scalars are passed by reference on the device.

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