public class nvgraphCSRTopology32I extends NativePointerObject
Modifier and Type | Field and Description |
---|---|
Pointer |
destination_indices
colInd
|
int |
nedges
nnz
|
int |
nvertices
n+1
|
Pointer |
source_offsets
rowPtr
|
Constructor and Description |
---|
nvgraphCSRTopology32I()
Creates a new, uninitialized nvgraphCSRTopology32I
|
nvgraphCSRTopology32I(int nvertices,
int nedges,
Pointer source_offsets,
Pointer destination_indices)
Creates a new nvgraphCSRTopology32I with the given values
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, getNativePointer, hashCode
public int nvertices
public int nedges
public Pointer source_offsets
public Pointer destination_indices
public nvgraphCSRTopology32I()
public nvgraphCSRTopology32I(int nvertices, int nedges, Pointer source_offsets, Pointer destination_indices)
nvertices
- The nvertices valuenedges
- The nedges valuesource_offsets
- The source_offsets valuedestination_indices
- The destination_indices valuepublic String toString()
toString
in class NativePointerObject
Copyright © 2019. All rights reserved.