Show / Hide Table of Contents

    Class nvgraphCOOTopology32I

    Inheritance
    System.Object
    nvgraphTopologyBase
    nvgraphCOOTopology32I
    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 nvgraphCOOTopology32I : nvgraphTopologyBase

    Fields

    | Improve this Doc View Source

    destination_offsets

    rowInd

    Declaration
    public IntPtr destination_offsets
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    nedges

    nnz

    Declaration
    public int nedges
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    nvertices

    n+1

    Declaration
    public int nvertices
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    source_indices

    colInd

    Declaration
    public IntPtr source_indices
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    tag

    Declaration
    public nvgraphTag tag
    Field Value
    Type Description
    nvgraphTag
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX