public class nvgraphCOOTopology32I extends NativePointerObject
Modifier and Type | Field and Description |
---|---|
Pointer |
destination_indices
colInd
|
int |
nedges
nnz
|
int |
nvertices
n+1
|
Pointer |
source_indices
rowInd
|
int |
tag
The
nvgraphTag |
Constructor and Description |
---|
nvgraphCOOTopology32I()
Creates a new, uninitialized nvgraphCOOTopology32I
|
nvgraphCOOTopology32I(int nvertices,
int nedges,
Pointer source_indices,
Pointer destination_indices,
int tag)
Creates a new nvgraphCOOTopology32I with the given values
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, getNativePointer, hashCode
public int nvertices
public int nedges
public Pointer source_indices
public Pointer destination_indices
public int tag
nvgraphTag
public nvgraphCOOTopology32I()
public nvgraphCOOTopology32I(int nvertices, int nedges, Pointer source_indices, Pointer destination_indices, int tag)
nvertices
- The nvertices valuenedges
- The nedges valuesource_indices
- The source_indices valuedestination_indices
- The source_indices valuetag
- The nvgraphTag
public String toString()
toString
in class NativePointerObject
Copyright © 2018. All rights reserved.