public class cublasFillMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUBLAS_FILL_MODE_LOWER
The lower part of the matrix is filled
|
static int |
CUBLAS_FILL_MODE_UPPER
The upper part of the matrix is filled
|
| 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_FILL_MODE_LOWER
public static final int CUBLAS_FILL_MODE_UPPER