Class CsrQrInfo
opaque structure for QR factorization
Inheritance
System.Object
CsrQrInfo
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.CudaSolve
Assembly: CudaSolve.dll
Syntax
public class CsrQrInfo : IDisposable
Constructors
| Improve this Doc View SourceCsrQrInfo()
Declaration
public CsrQrInfo()
Properties
| Improve this Doc View SourceInfo
Returns the inner handle.
Declaration
public csrqrInfo Info { get; }
Property Value
| Type | Description |
|---|---|
| csrqrInfo |
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