Show / Hide Table of Contents

    Class nvgraphCSRTopology32I

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

    destination_indices

    colInd

    Declaration
    public IntPtr destination_indices
    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_offsets

    rowPtr

    Declaration
    public IntPtr source_offsets
    Field Value
    Type Description
    System.IntPtr
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX