public class cublasDiagType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CUBLAS_DIAG_NON_UNIT
The matrix diagonal has non-unit elements
|
static int |
CUBLAS_DIAG_UNIT
The matrix diagonal has unit elements
|
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_DIAG_NON_UNIT
public static final int CUBLAS_DIAG_UNIT