Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX