jcuda.jcublas
Class cublasOperation

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

public class cublasOperation
extends java.lang.Object


Field Summary
static int CUBLAS_OP_C
           
static int CUBLAS_OP_N
           
static int CUBLAS_OP_T
           
 
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_OP_N

public static final int CUBLAS_OP_N
See Also:
Constant Field Values

CUBLAS_OP_T

public static final int CUBLAS_OP_T
See Also:
Constant Field Values

CUBLAS_OP_C

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