Show / Hide Table of Contents

    Enum cusparseFillMode

    This type indicates if the lower or upper part of a matrix is stored in sparse storage.

    Namespace: ManagedCuda.CudaSparse
    Assembly: CudaSparse.dll
    Syntax
    public enum cusparseFillMode

    Fields

    Name Description
    Lower

    the lower triangular part is stored.

    Upper

    the upper triangular part is stored.

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