Enum cusparseDiagType
This type indicates if the matrix diagonal entries are unity. The diagonal elements are always assumed to be present, but if CUSPARSE_DIAG_TYPE_UNIT is passed to an API routine, then the routine will assume that all diagonal entries are unity and will not read or modify those entries. Note that in this case the routine assumes the diagonal entries are equal to one, regardless of what those entries are actuall set to in memory.
Namespace: ManagedCuda.CudaSparse
Assembly: CudaSparse.dll
Syntax
public enum cusparseDiagType
Fields
| Name | Description |
|---|---|
| NonUnit | the matrix diagonal has non-unit elements. |
| Unit | the matrix diagonal has unit elements. |