Show / Hide Table of Contents

    Class nvgraphCSCTopology32I

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

    Fields

    | Improve this Doc View Source

    destination_offsets

    colPtr

    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

    rowInd

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