public class cusparseOrder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CUSPARSE_ORDER_COL
Column-Major Order - Matrix memory layout
|
static int |
CUSPARSE_ORDER_ROW
Row-Major Order - Matrix memory layout
|
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUSPARSE_ORDER_COL
public static final int CUSPARSE_ORDER_ROW
public static String stringFor(int n)
Copyright © 2021. All rights reserved.