public class nvgraphCSCTopology32I extends NativePointerObject
Modifier and Type | Field and Description |
---|---|
Pointer |
destination_offsets
colPtr
|
int |
nedges
nnz
|
int |
nvertices
n+1
|
Pointer |
source_indices
rowInd
|
Constructor and Description |
---|
nvgraphCSCTopology32I()
Creates a new, uninitialized nvgraphCSCTopology32I
|
nvgraphCSCTopology32I(int nvertices,
int nedges,
Pointer destination_offsets,
Pointer source_indices)
Creates a new nvgraphCSCTopology32I_st with the given values
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, getNativePointer, hashCode
public int nvertices
public int nedges
public Pointer destination_offsets
public Pointer source_indices
public nvgraphCSCTopology32I()
public nvgraphCSCTopology32I(int nvertices, int nedges, Pointer destination_offsets, Pointer source_indices)
nvertices
- The nvertices valuenedges
- The nedges valuedestination_offsets
- The destination_offsets valuesource_indices
- The source_indices valuepublic String toString()
toString
in class NativePointerObject
Copyright © 2019. All rights reserved.