jcuda.jcublas
Class cublasOperation

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

public class cublasOperation
extends java.lang.Object

Indicates which operation needs to be performed with the dense matrix.


Field Summary
static int CUBLAS_OP_C
          The conjugate transpose operation is selected
static int CUBLAS_OP_N
          The non-transpose operation is selected
static int CUBLAS_OP_T
          The transpose operation is selected
 
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
The non-transpose operation is selected

See Also:
Constant Field Values

CUBLAS_OP_T

public static final int CUBLAS_OP_T
The transpose operation is selected

See Also:
Constant Field Values

CUBLAS_OP_C

public static final int CUBLAS_OP_C
The conjugate transpose operation is selected

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