Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NVGRAPH_EDGE_CUT |
1 |
public static final int |
NVGRAPH_MODULARITY |
0 |
public static final int |
NVGRAPH_RATIO_CUT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NVGRAPH_MAX_MIN_SR |
2 |
public static final int |
NVGRAPH_MIN_PLUS_SR |
1 |
public static final int |
NVGRAPH_OR_AND_SR |
3 |
public static final int |
NVGRAPH_PLUS_TIMES_SR |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NVGRAPH_MAX |
3 |
public static final int |
NVGRAPH_MIN |
2 |
public static final int |
NVGRAPH_MULTIPLY |
0 |
public static final int |
NVGRAPH_SUM |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NVGRAPH_BALANCED_CUT_LANCZOS |
1 |
public static final int |
NVGRAPH_BALANCED_CUT_LOBPCG |
2 |
public static final int |
NVGRAPH_MODULARITY_MAXIMIZATION |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
JNVGRAPH_STATUS_INTERNAL_ERROR |
268435457 |
public static final int |
NVGRAPH_STATUS_ALLOC_FAILED |
2 |
public static final int |
NVGRAPH_STATUS_ARCH_MISMATCH |
4 |
public static final int |
NVGRAPH_STATUS_EXECUTION_FAILED |
6 |
public static final int |
NVGRAPH_STATUS_GRAPH_TYPE_NOT_SUPPORTED |
10 |
public static final int |
NVGRAPH_STATUS_INTERNAL_ERROR |
7 |
public static final int |
NVGRAPH_STATUS_INVALID_VALUE |
3 |
public static final int |
NVGRAPH_STATUS_MAPPING_ERROR |
5 |
public static final int |
NVGRAPH_STATUS_NOT_CONVERGED |
9 |
public static final int |
NVGRAPH_STATUS_NOT_INITIALIZED |
1 |
public static final int |
NVGRAPH_STATUS_SUCCESS |
0 |
public static final int |
NVGRAPH_STATUS_TYPE_NOT_SUPPORTED |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NVGRAPH_DEFAULT |
0 |
public static final int |
NVGRAPH_SORTED_BY_DESTINATION |
3 |
public static final int |
NVGRAPH_SORTED_BY_SOURCE |
2 |
public static final int |
NVGRAPH_UNSORTED |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NVGRAPH_COO_32 |
2 |
public static final int |
NVGRAPH_CSC_32 |
1 |
public static final int |
NVGRAPH_CSR_32 |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NVGRAPH_TRAVERSAL_BFS |
0 |
Copyright © 2018. All rights reserved.