Enum cusparseIndexBase
This type indicates if the base of the matrix indices is zero or one.
Namespace: ManagedCuda.CudaSparse
Assembly: CudaSparse.dll
Syntax
public enum cusparseIndexBase
Fields
| Name | Description |
|---|---|
| One | the base index is one. |
| Zero | the base index is zero. |