|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.jcublas.cublasOperation
public class cublasOperation
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 |
|---|
public static final int CUBLAS_OP_N
public static final int CUBLAS_OP_T
public static final int CUBLAS_OP_C
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||