Show / Hide Table of Contents

    Class CudaSparseColorInfo

    Wrapper class for cusparseColorInfo

    Inheritance
    System.Object
    CudaSparseColorInfo
    Implements
    System.IDisposable
    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.CudaSparse
    Assembly: CudaSparse.dll
    Syntax
    public class CudaSparseColorInfo : IDisposable

    Constructors

    | Improve this Doc View Source

    CudaSparseColorInfo()

    Declaration
    public CudaSparseColorInfo()

    Properties

    | Improve this Doc View Source

    ColorInfo

    Returns the inner handle.

    Declaration
    public cusparseColorInfo ColorInfo { get; }
    Property Value
    Type Description
    cusparseColorInfo

    Methods

    | Improve this Doc View Source

    Dispose()

    Dispose

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    For IDisposable

    Declaration
    protected virtual void Dispose(bool fDisposing)
    Parameters
    Type Name Description
    System.Boolean fDisposing
    | Improve this Doc View Source

    Finalize()

    For dispose

    Declaration
    protected void Finalize()
    | Improve this Doc View Source

    GetColorAlgs()

    GetColorAlgs

    Declaration
    public cusparseColorAlg GetColorAlgs()
    Returns
    Type Description
    cusparseColorAlg
    | Improve this Doc View Source

    SetColorAlgs(cusparseColorAlg)

    SetColorAlgs

    Declaration
    public void SetColorAlgs(cusparseColorAlg alg)
    Parameters
    Type Name Description
    cusparseColorAlg alg

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX