Enum cusparseOperation
This type indicates which operations need to be performed with the sparse matrix.
Namespace: ManagedCuda.CudaSparse
Assembly: CudaSparse.dll
Syntax
public enum cusparseOperation
Fields
| Name | Description |
|---|---|
| ConjugateTranspose | the conjugate transpose operation is selected. |
| NonTranspose | the non-transpose operation is selected. |
| Transpose | the transpose operation is selected. |