jcuda.jcublas
Class cublasPointerMode

java.lang.Object
  extended by jcuda.jcublas.cublasPointerMode

public class cublasPointerMode
extends java.lang.Object


Field Summary
static int CUBLAS_POINTER_MODE_DEVICE
           
static int CUBLAS_POINTER_MODE_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

CUBLAS_POINTER_MODE_HOST

public static final int CUBLAS_POINTER_MODE_HOST
See Also:
Constant Field Values

CUBLAS_POINTER_MODE_DEVICE

public static final int CUBLAS_POINTER_MODE_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