public class cusparseDiagType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CUSPARSE_DIAG_TYPE_NON_UNIT
The matrix diagonal has non-unit elements.
|
static int |
CUSPARSE_DIAG_TYPE_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 CUSPARSE_DIAG_TYPE_NON_UNIT
public static final int CUSPARSE_DIAG_TYPE_UNIT