Class nvgraphCSRTopology32I
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ManagedCuda.NVGraph
Assembly: NVGraph.dll
Syntax
public class nvgraphCSRTopology32I : nvgraphTopologyBase
Fields
| Improve this Doc View Sourcedestination_indices
colInd
Declaration
public IntPtr destination_indices
Field Value
| Type | Description |
|---|---|
| System.IntPtr |
nedges
nnz
Declaration
public int nedges
Field Value
| Type | Description |
|---|---|
| System.Int32 |
nvertices
n+1
Declaration
public int nvertices
Field Value
| Type | Description |
|---|---|
| System.Int32 |
source_offsets
rowPtr
Declaration
public IntPtr source_offsets
Field Value
| Type | Description |
|---|---|
| System.IntPtr |