public class cublasOperation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUBLAS_OP_N
public static final int CUBLAS_OP_T
public static final int CUBLAS_OP_C