public class cusparseFillMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUSPARSE_FILL_MODE_LOWER
The lower triangular part is stored.
|
static int |
CUSPARSE_FILL_MODE_UPPER
The upper triangular part is stored.
|
| 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_FILL_MODE_LOWER
public static final int CUSPARSE_FILL_MODE_UPPER