Enum cusparseDirection
This type indicates whether the elements of a dense matrix should be parsed by rows or by columns (assuming column-major storage in memory of the dense matrix).
Namespace: ManagedCuda.CudaSparse
Assembly: CudaSparse.dll
Syntax
public enum cusparseDirection
Fields
| Name | Description |
|---|---|
| Column | the matrix should be parsed by columns. |
| Row | the matrix should be parsed by rows. |