Enum cusparseAction
This type indicates whether the operation is performed only on indices or on data and indices.
Namespace: ManagedCuda.CudaSparse
Assembly: CudaSparse.dll
Syntax
public enum cusparseAction
Fields
| Name | Description |
|---|---|
| Numeric | the operation is performed on data and indices. |
| Symbolic | the operation is performed only on indices. |