public class cusparseFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUSPARSE_FORMAT_COO |
static int |
CUSPARSE_FORMAT_CSC |
static int |
CUSPARSE_FORMAT_CSR |
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUSPARSE_FORMAT_CSR
public static final int CUSPARSE_FORMAT_CSC
public static final int CUSPARSE_FORMAT_COO
public static String stringFor(int n)
Copyright © 2019. All rights reserved.