public class cublasSideMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUBLAS_SIDE_LEFT
The matrix is on the left side in the equation
|
static int |
CUBLAS_SIDE_RIGHT
The matrix is on the right side in the equation
|
| 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_SIDE_LEFT
public static final int CUBLAS_SIDE_RIGHT