Class CudaSparseCsrsv2Info
Wrapper class for cusparseSolveAnalysisInfo
Inheritance
System.Object
CudaSparseCsrsv2Info
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 CudaSparseCsrsv2Info : IDisposable
Constructors
| Improve this Doc View SourceCudaSparseCsrsv2Info()
Declaration
public CudaSparseCsrsv2Info()
Properties
| Improve this Doc View SourceCsrsv2Info
Returns the inner handle.
Declaration
public csrsv2Info Csrsv2Info { get; }
Property Value
| Type | Description |
|---|---|
| csrsv2Info |
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