public class cusparseDirection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUSPARSE_DIRECTION_COLUMN
The matrix should be parsed by columns
|
static int |
CUSPARSE_DIRECTION_ROW
The matrix should be parsed by rows.
|
| 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_DIRECTION_ROW
public static final int CUSPARSE_DIRECTION_COLUMN