Show / Hide Table of Contents

    Class CudaSparseHybMat

    Wrapper class for cusparseHybMat handle

    Inheritance
    System.Object
    CudaSparseHybMat
    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 CudaSparseHybMat : IDisposable

    Constructors

    | Improve this Doc View Source

    CudaSparseHybMat()

    Declaration
    public CudaSparseHybMat()

    Properties

    | Improve this Doc View Source

    HybMat

    Returns the inner handle.

    Declaration
    public cusparseHybMat HybMat { get; }
    Property Value
    Type Description
    cusparseHybMat

    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()

    Implements

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