public class cusparseIndexType extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUSPARSE_INDEX_16U
16-bit unsigned integer for COO indices
|
static int |
CUSPARSE_INDEX_32I
32-bit signed integer for COO indices
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUSPARSE_INDEX_16U
public static final int CUSPARSE_INDEX_32I
public static String stringFor(int n)
Copyright © 2019. All rights reserved.