public class cusparseAlgMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CUSPARSE_ALG_MERGE_PATH
Merge path alias
|
static int |
CUSPARSE_ALG_NAIVE
Default, naive
|
static int |
CUSPARSE_ALG0
Default, naive
|
static int |
CUSPARSE_ALG1
Merge path
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUSPARSE_ALG0
public static final int CUSPARSE_ALG1
public static final int CUSPARSE_ALG_NAIVE
public static final int CUSPARSE_ALG_MERGE_PATH
public static String stringFor(int n)
Copyright © 2018. All rights reserved.