Class CudaSparseCsru2csrInfo
Wrapper class for csru2csrInfo
Inheritance
System.Object
CudaSparseCsru2csrInfo
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 CudaSparseCsru2csrInfo : IDisposable
Constructors
| Improve this Doc View SourceCudaSparseCsru2csrInfo()
Declaration
public CudaSparseCsru2csrInfo()
Properties
| Improve this Doc View SourceCsru2csrInfo
Returns the inner handle.
Declaration
public csru2csrInfo Csru2csrInfo { get; }
Property Value
| Type | Description |
|---|---|
| csru2csrInfo |
Methods
| Improve this Doc View SourceDispose()
Dispose
Declaration
public void Dispose()
Dispose(Boolean)
For IDisposable
Declaration
protected virtual void Dispose(bool fDisposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | fDisposing |
Finalize()
For dispose
Declaration
protected void Finalize()
Implements
System.IDisposable